angli66 commited on
Commit
418c42b
·
verified ·
1 Parent(s): c32e486

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \