Skip to content

Commit

Permalink
Update Dockerfile.dependencies
Browse files Browse the repository at this point in the history
Installing version 19.24.2 of the dlib library, dependency on the face_recognition library. Dlib update of yesterday for version 19.4.4 has an error.
  • Loading branch information
murilosb authored Apr 4, 2024
1 parent ea75353 commit 03407a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ RUN mkdir -p ${PKGTMPDIR} && cd ${PKGTMPDIR} \
&& update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 \
&& python -m pip install pip --upgrade \
&& python -m pip install cmake \
&& python -m pip install dlib==19.24.2 \
&& python -m pip install numpy \
&& python -m pip install jep==4.0.3 \
# && python -m pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117 \
Expand Down

0 comments on commit 03407a9

Please sign in to comment.