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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"]