mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
rm pip cache (#2600)
This commit is contained in:
@@ -7,6 +7,7 @@ RUN pip3 install llvmlite --ignore-installed
|
||||
WORKDIR /root
|
||||
COPY . /root
|
||||
RUN pip3 install torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
|
||||
RUN rm -rf /root/.cache/pip
|
||||
RUN make install
|
||||
ENTRYPOINT ["tts"]
|
||||
CMD ["--help"]
|
||||
|
||||
Reference in New Issue
Block a user