Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ WORKDIR $HOME/app
|
|
17 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
18 |
COPY --chown=manimuser . $HOME/app
|
19 |
|
20 |
-
RUN pip install requirements.txt
|
21 |
|
22 |
EXPOSE 7860
|
23 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
|
|
17 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
18 |
COPY --chown=manimuser . $HOME/app
|
19 |
|
20 |
+
RUN pip install -r requirements.txt
|
21 |
|
22 |
EXPOSE 7860
|
23 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|