We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c97b445 + c6d8737 commit 08312f4Copy full SHA for 08312f4
runtime/python/Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /opt/CosyVoice
5
6
RUN sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list
7
RUN apt-get update -y
8
-RUN apt-get -y install git unzip git-lfs
+RUN apt-get -y install git unzip git-lfs g++
9
RUN git lfs install
10
RUN git clone --recursive https://github.com/FunAudioLLM/CosyVoice.git
11
# 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