Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|