rm pip cache (#2600)

This commit is contained in:
Julian Weber
2023-05-08 10:38:21 +02:00
committed by GitHub
parent 51a3d45025
commit eec6beb966
+1
View File
@@ -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"]