ntt123 commited on
Commit
0d1f16a
·
verified ·
1 Parent(s): 2dd77ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # 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
 
 
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