cwenger commited on
Commit
923058c
·
verified ·
1 Parent(s): 35024bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ RUN pip freeze > /tmp/freeze.txt
30
  RUN pip install --no-cache-dir gradio[oauth]==4.38.1 "uvicorn>=0.14.0" spaces
31
 
32
  # Copy application files and set correct ownership
33
- COPY --link --chown=1001 ./ /home/user/app
34
 
35
  #EXPOSE 7860
36
 
 
30
  RUN pip install --no-cache-dir gradio[oauth]==4.38.1 "uvicorn>=0.14.0" spaces
31
 
32
  # Copy application files and set correct ownership
33
+ COPY --link --chown=1001:1001 ./ /home/user/app
34
 
35
  #EXPOSE 7860
36