Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -24,6 +24,3 @@ RUN pip install --no-cache-dir gradio[oauth]==3.46.1 "uvicorn>=0.14.0" spaces
|
|
24 |
RUN pip freeze > /tmp/freeze.txt
|
25 |
|
26 |
COPY --from=pipfreeze --link --chown=1000 /tmp/freeze.txt .
|
27 |
-
Pushing image
|
28 |
-
|
29 |
-
Exporting cache
|
|
|
24 |
RUN pip freeze > /tmp/freeze.txt
|
25 |
|
26 |
COPY --from=pipfreeze --link --chown=1000 /tmp/freeze.txt .
|
|
|
|
|
|