Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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/
|
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
|