lhoestq HF Staff commited on
Commit
1f96dae
·
1 Parent(s): 73e0168
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 app.py requirements.txt $HOME/app/
21
 
22
  # Install dependencies
23
  RUN pip install "gradio[oauth]" fire
 
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 app.py requirements.txt README.md $HOME/app/
21
 
22
  # Install dependencies
23
  RUN pip install "gradio[oauth]" fire