mirror of https://github.com/coqui-ai/TTS.git
rm pip cache (#2600)
This commit is contained in:
parent
51a3d45025
commit
eec6beb966
|
@ -7,6 +7,7 @@ RUN pip3 install llvmlite --ignore-installed
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
COPY . /root
|
COPY . /root
|
||||||
RUN pip3 install torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
|
RUN pip3 install torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
|
RUN rm -rf /root/.cache/pip
|
||||||
RUN make install
|
RUN make install
|
||||||
ENTRYPOINT ["tts"]
|
ENTRYPOINT ["tts"]
|
||||||
CMD ["--help"]
|
CMD ["--help"]
|
||||||
|
|
Loading…
Reference in New Issue