Skip to content

Commit 08312f4

Browse files
authored
Merge pull request #1100 from jingfelix/fix/dockerfile-dependency
fix: missing dependency in `runtime/python/Dockerfile`
2 parents c97b445 + c6d8737 commit 08312f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/python/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /opt/CosyVoice
55

66
RUN sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list
77
RUN apt-get update -y
8-
RUN apt-get -y install git unzip git-lfs
8+
RUN apt-get -y install git unzip git-lfs g++
99
RUN git lfs install
1010
RUN git clone --recursive https://github.com/FunAudioLLM/CosyVoice.git
1111
# here we use python==3.10 because we cannot find an image which have both python3.8 and torch2.0.1-cu118 installed

0 commit comments

Comments
 (0)