Spaces:
Runtime error
Runtime error
Ubuntu commited on
Commit ·
1bf5ab1
1
Parent(s): bff2f45
- .ipynb_checkpoints/Dockerfile-checkpoint +1 -1
- Dockerfile +1 -1
.ipynb_checkpoints/Dockerfile-checkpoint
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
|
| 2 |
-
FROM python:3.
|
| 3 |
|
| 4 |
RUN pip install --no-cache-dir gradio==3.27.0
|
| 5 |
# Install requirements.txt
|
|
|
|
| 1 |
|
| 2 |
+
FROM python:3.9
|
| 3 |
|
| 4 |
RUN pip install --no-cache-dir gradio==3.27.0
|
| 5 |
# Install requirements.txt
|
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
|
| 2 |
-
FROM python:3.
|
| 3 |
|
| 4 |
RUN pip install --no-cache-dir gradio==3.27.0
|
| 5 |
# Install requirements.txt
|
|
|
|
| 1 |
|
| 2 |
+
FROM python:3.9
|
| 3 |
|
| 4 |
RUN pip install --no-cache-dir gradio==3.27.0
|
| 5 |
# Install requirements.txt
|