Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,7 +23,7 @@ RUN pip3 install --no-cache-dir \
|
|
| 23 |
numpy \
|
| 24 |
trimesh \
|
| 25 |
Pillow \
|
| 26 |
-
gradio==4.
|
| 27 |
bpy \
|
| 28 |
opencv-python-headless
|
| 29 |
|
|
|
|
| 23 |
numpy \
|
| 24 |
trimesh \
|
| 25 |
Pillow \
|
| 26 |
+
gradio==4.43.0 \
|
| 27 |
bpy \
|
| 28 |
opencv-python-headless
|
| 29 |
|