Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
FROM
|
| 3 |
RUN pip freeze > /tmp/freeze.txt
|
| 4 |
RUN pip install --no-cache-dir gradio[oauth]==4.13.0 "uvicorn>=0.14.0" spaces
|
| 5 |
RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 1 |
+
|
| 2 |
+
FROM python:3.9
|
| 3 |
RUN pip freeze > /tmp/freeze.txt
|
| 4 |
RUN pip install --no-cache-dir gradio[oauth]==4.13.0 "uvicorn>=0.14.0" spaces
|
| 5 |
RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt
|