Skip to content

Commit 247ccde

Browse files
authored
Update pip install commands in Dockerfile.dependencies
1 parent 2b9c693 commit 247ccde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ RUN mkdir -p ${PKGTMPDIR} && cd ${PKGTMPDIR} \
247247
&& echo "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" \
248248
&& 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:" \
249249
&& echo "python -m pip install tensorflow==2.9.1 tensorrt==8.5.3.1" \
250-
&& python -m pip install face_recognition \
250+
&& python -m pip install --root-user-action face_recognition \
251251
opencv-python==4.11.0.86 \
252-
&& python -m pip install --force-reinstall numpy==1.26.4 \
252+
&& python -m pip install --root-user-action --force-reinstall numpy==1.26.4 \
253253
\
254254
&& echo "#####################################" \
255255
&& echo "Cleaning UP the container " \

0 commit comments

Comments
 (0)