We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1684a commit 747fca3Copy full SHA for 747fca3
1 file changed
Dockerfile.dependencies
@@ -242,10 +242,10 @@ RUN mkdir -p ${PKGTMPDIR} && cd ${PKGTMPDIR} \
242
&& python -m pip install pip --upgrade \
243
&& python -m pip install cmake \
244
&& python -m pip install jep==4.2.0 \
245
+ && python -m pip install numpy==1.26.4 \
246
+ && python -m pip install dlib==19.24.2 \
247
&& python -m pip install face_recognition \
248
opencv-python==4.11.0.86 \
- && python -m pip install --force-reinstall numpy==1.26.4 \
- && python -m pip install --force-reinstall dlib==19.24.2 \
249
&& echo "#####################################" \
250
&& echo "Cleaning UP the container " \
251
0 commit comments