lemonteaa commited on
Commit
8df757f
·
verified ·
1 Parent(s): 7bba65b

Update Dockerfile

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