Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -32,9 +32,6 @@ RUN git checkout viet_bandaid
|
|
32 |
#Install Python dependences from the ebook2audiobook repo
|
33 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
34 |
|
35 |
-
#Install the vietnamese coqui-tts
|
36 |
-
RUN pip install git+https://github.com/DrewThomasson/coqui-ai-TTS.git@dev
|
37 |
-
|
38 |
# Expose the required port
|
39 |
EXPOSE 7860
|
40 |
|
|
|
32 |
#Install Python dependences from the ebook2audiobook repo
|
33 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
34 |
|
|
|
|
|
|
|
35 |
# Expose the required port
|
36 |
EXPOSE 7860
|
37 |
|