Austing Dong commited on
Commit
08aee36
·
1 Parent(s): e8f0405

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ COPY --chown=user ./images /home/user/app/images
34
  # Install dependencies as "user"
35
  RUN pip install --no-cache-dir --user -e .
36
  RUN pip install --no-cache-dir --user opencv-python
37
- RUN pip install --no-cache-dir --user -r /code/requirements-gradio.txt
38
  RUN ls -l /home/user/app/images/
39
 
40
  CMD ["python", "app.py"]
 
34
  # Install dependencies as "user"
35
  RUN pip install --no-cache-dir --user -e .
36
  RUN pip install --no-cache-dir --user opencv-python
37
+ # RUN pip install --no-cache-dir --user -r /code/requirements-gradio.txt
38
  RUN ls -l /home/user/app/images/
39
 
40
  CMD ["python", "app.py"]