File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ RUN git clone --recursive https://github.com/FunAudioLLM/CosyVoice.git
46
46
47
47
RUN conda activate ${VENV} && conda install -y -c conda-forge pynini==2.1.5
48
48
RUN conda activate ${VENV} && cd CosyVoice && \
49
- pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
49
+ pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --no-cache-dir
50
50
51
51
WORKDIR /workspace/CosyVoice
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ RUN apt-get -y install git unzip git-lfs g++
9
9
RUN git lfs install
10
10
RUN git clone --recursive https://github.com/FunAudioLLM/CosyVoice.git
11
11
# here we use python==3.10 because we cannot find an image which have both python3.8 and torch2.0.1-cu118 installed
12
- RUN cd CosyVoice && pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
12
+ RUN cd CosyVoice && pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --no-cache-dir
13
13
RUN cd CosyVoice/runtime/python/grpc && python3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. cosyvoice.proto
You can’t perform that action at this time.
0 commit comments