Spaces:
Running
Running
downgrade gradio
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ RUN pip3 install --no-cache-dir \
|
|
12 |
numpy \
|
13 |
trimesh \
|
14 |
Pillow \
|
15 |
-
gradio==4.
|
16 |
|
17 |
# Set up a new user named "user" with user ID 1000
|
18 |
RUN useradd -m -u 1000 user
|
|
|
12 |
numpy \
|
13 |
trimesh \
|
14 |
Pillow \
|
15 |
+
gradio==4.39.0
|
16 |
|
17 |
# Set up a new user named "user" with user ID 1000
|
18 |
RUN useradd -m -u 1000 user
|