potamides commited on
Commit
8c320bb
1 Parent(s): d69948e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -79,8 +79,8 @@ RUN pyenv install 3.10 \
79
  RUN --mount=target=requirements.txt,source=requirements.txt \
80
  pip install --no-cache-dir -r requirements.txt
81
 
82
- RUN --mount=target=pre-requirements.txt,source=pre-requirements.txt \
83
- pip install --no-cache-dir -r pre-requirements.txt
84
 
85
  RUN pip install --no-cache-dir gradio[oauth]==3.47.1 uvicorn>=0.14.0 spaces==0.16.1
86
 
 
79
  RUN --mount=target=requirements.txt,source=requirements.txt \
80
  pip install --no-cache-dir -r requirements.txt
81
 
82
+ #RUN --mount=target=pre-requirements.txt,source=pre-requirements.txt \
83
+ # pip install --no-cache-dir -r pre-requirements.txt
84
 
85
  RUN pip install --no-cache-dir gradio[oauth]==3.47.1 uvicorn>=0.14.0 spaces==0.16.1
86