fffiloni commited on
Commit
7c10e81
·
verified ·
1 Parent(s): 8563f80

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -72,7 +72,7 @@ RUN cd third_party/StableCascade/models && \
72
  RUN cd third_party/StableCascade && \
73
  pip install --no-cache-dir -r requirements.txt && \
74
  pip install --no-cache-dir pybind11>=2.12 && \
75
- pip install --no-cache-dir numpy==1.26.4
76
  pip install --no-cache-dir jupyter notebook opencv-python matplotlib ftfy && \
77
  cd ../..
78
 
 
72
  RUN cd third_party/StableCascade && \
73
  pip install --no-cache-dir -r requirements.txt && \
74
  pip install --no-cache-dir pybind11>=2.12 && \
75
+ pip install --no-cache-dir numpy==1.26.4 && \
76
  pip install --no-cache-dir jupyter notebook opencv-python matplotlib ftfy && \
77
  cd ../..
78