mirror of https://github.com/coqui-ai/TTS.git
Moved Dockerfile back to main directory
Main dockerfile in a separate directory can cause issues with the current CI/CD setup. This can be a good change for later.
This commit is contained in:
parent
59bba20069
commit
808fa49952
|
@ -8,11 +8,12 @@ RUN pip3 install llvmlite --ignore-installed
|
|||
# Install Dependencies:
|
||||
RUN pip3 install torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
|
||||
RUN rm -rf /root/.cache/pip
|
||||
RUN make install
|
||||
|
||||
# Copy TTS repository contents:
|
||||
WORKDIR /root
|
||||
COPY . /root
|
||||
|
||||
RUN make install
|
||||
|
||||
ENTRYPOINT ["tts"]
|
||||
CMD ["--help"]
|
Loading…
Reference in New Issue