Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
FROM docker.io/library/python:3.10@sha256:d5b1fbbc00fd3b55620a9314222498bebf09c4bf606425bf464709ed6a79f202
|
| 2 |
RUN pip freeze > /tmp/freeze.txt
|
| 3 |
RUN pip install --no-cache-dir gradio[oauth]==4.13.0 "uvicorn>=0.14.0" spaces
|
|
|
|
| 1 |
+
USER root
|
| 2 |
FROM docker.io/library/python:3.10@sha256:d5b1fbbc00fd3b55620a9314222498bebf09c4bf606425bf464709ed6a79f202
|
| 3 |
RUN pip freeze > /tmp/freeze.txt
|
| 4 |
RUN pip install --no-cache-dir gradio[oauth]==4.13.0 "uvicorn>=0.14.0" spaces
|