Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -25,7 +25,8 @@ RUN pip3 install --no-cache-dir \
|
|
25 |
Pillow \
|
26 |
gradio==4.43.0 \
|
27 |
bpy \
|
28 |
-
opencv-python-headless
|
|
|
29 |
|
30 |
RUN pip3 install \
|
31 |
torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
|
|
25 |
Pillow \
|
26 |
gradio==4.43.0 \
|
27 |
bpy \
|
28 |
+
opencv-python-headless \
|
29 |
+
scipy
|
30 |
|
31 |
RUN pip3 install \
|
32 |
torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|