Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
20 |
|
21 |
RUN pip3 install --no-cache-dir \
|
22 |
numpy \
|
|
|
23 |
trimesh \
|
24 |
Pillow \
|
25 |
gradio==4.43.0 \
|
|
|
20 |
|
21 |
RUN pip3 install --no-cache-dir \
|
22 |
numpy \
|
23 |
+
scipy \
|
24 |
trimesh \
|
25 |
Pillow \
|
26 |
gradio==4.43.0 \
|