Skip to content

Commit

Permalink
Update Dockerfile.dependencies numpy lock on 1.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arisjr authored Jul 12, 2024
1 parent e5c7f6d commit 898322b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ RUN mkdir -p ${PKGTMPDIR} && cd ${PKGTMPDIR} \
&& 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 numpy==1.26.4 \
&& python -m pip install jep==4.2.0 \
# && 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 \
&& echo "Due to container high storage usage, Tensorflow was removed - it's only used on yahoo image detection - if you want to use it, uncomment the following line:" \
Expand Down

0 comments on commit 898322b

Please sign in to comment.