Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -27,8 +27,8 @@ WORKDIR $HOME/app
|
|
27 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
28 |
COPY --chown=user . $HOME/app
|
29 |
|
30 |
-
|
31 |
-
|
32 |
EXPOSE 7860
|
33 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
34 |
|
|
|
27 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
28 |
COPY --chown=user . $HOME/app
|
29 |
|
30 |
+
RUN bash ./build_ext.sh
|
31 |
+
RUN bash ./install_espeak_ng.sh
|
32 |
EXPOSE 7860
|
33 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
34 |
|