Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN pip3 install --no-cache-dir \
|
|
22 |
numpy \
|
23 |
trimesh \
|
24 |
Pillow \
|
25 |
-
gradio==4.
|
26 |
bpy
|
27 |
|
28 |
# Set up a new user named "user" with user ID 1000
|
|
|
22 |
numpy \
|
23 |
trimesh \
|
24 |
Pillow \
|
25 |
+
gradio==4.41.0 \
|
26 |
bpy
|
27 |
|
28 |
# Set up a new user named "user" with user ID 1000
|