lhoestq HF Staff commited on
Commit
b9b5002
·
verified ·
1 Parent(s): 951e395

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ WORKDIR $HOME/app
17
  RUN pip install --no-cache-dir --upgrade pip
18
 
19
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
20
- COPY --chown=user run.py gradio.py $HOME/app
21
 
22
  # Install dependencies
23
  RUN pip install gradio
 
17
  RUN pip install --no-cache-dir --upgrade pip
18
 
19
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
20
+ COPY --chown=user run.py gradio.py requirements.txt $HOME/app
21
 
22
  # Install dependencies
23
  RUN pip install gradio