Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,7 +32,7 @@ WORKDIR /home/user/app
|
|
32 |
|
33 |
#Install Python dependences from the ebook2audiobook repo
|
34 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
35 |
-
RUN pip install --no-cache-dir --upgrade auralis
|
36 |
|
37 |
# Do a test run to make sure that the base models are pre-downloaded and baked into the image
|
38 |
# RUN echo "This is a test sentence." > test.txt
|
|
|
32 |
|
33 |
#Install Python dependences from the ebook2audiobook repo
|
34 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
35 |
+
RUN pip install --no-cache-dir --upgrade auralis gradio
|
36 |
|
37 |
# Do a test run to make sure that the base models are pre-downloaded and baked into the image
|
38 |
# RUN echo "This is a test sentence." > test.txt
|