Yntec commited on
Commit
38ee399
β€’
1 Parent(s): 546a4c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ 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 git clone https://github.com/Yntec/gradio-3.15.0-gr.load/tree/main/gradio gradio && \
31
  cd gradio && \
32
  npm install -g pnpm && \
33
  sh scripts/build_frontend.sh
 
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 git clone https://github.com/Yntec/gradio-3.15.0-gr.load/ gradio && \
31
  cd gradio && \
32
  npm install -g pnpm && \
33
  sh scripts/build_frontend.sh