Skip to content

Commit

Permalink
FIX: arm64環境でDockerが動作しない問題へのワークアラウンド (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabonerune authored Dec 3, 2023
1 parent 95fc586 commit dbb40f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ WORKDIR /opt/voicevox_engine

# ca-certificates: pyopenjtalk dictionary download
# build-essential: pyopenjtalk local build
# libsndfile1: soundfile shared object for arm64
# ref: https://github.com/VOICEVOX/voicevox_engine/issues/770
RUN <<EOF
set -eux

Expand All @@ -195,7 +197,8 @@ RUN <<EOF
cmake \
ca-certificates \
build-essential \
gosu
gosu \
libsndfile1
apt-get clean
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit dbb40f2

Please sign in to comment.