Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 |
|