Spaces:
Sleeping
Sleeping
delta commited on
Commit ·
4e95c77
1
Parent(s): fe8fd29
v6c: fix gradio version + python 3.12
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
COPY requirements.txt .
|
|
|
|
| 1 |
+
FROM python:3.12-slim
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
COPY requirements.txt .
|
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
gradio=
|
| 2 |
websockets>=12.0
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 2 |
websockets>=12.0
|