Skip to content

Commit 1a1c7bc

Browse files
Priya4607Chris Lee-Messer
authored and
Chris Lee-Messer
committed
resolving import error caused by pip 20.0 (cvat-ai#1094)
1 parent db09055 commit 1a1c7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN apt-get update && \
5050
else \
5151
echo export "GIT_SSH_COMMAND=\"ssh -o StrictHostKeyChecking=no -o ConnectTimeout=30 -o ProxyCommand='nc -X 5 -x ${socks_proxy} %h %p'\"" >> ${HOME}/.bashrc; \
5252
fi && \
53-
python3 -m pip install --no-cache-dir -U pip setuptools && \
53+
python3 -m pip install --no-cache-dir -U pip==20.0.1 setuptools && \
5454
ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime && \
5555
dpkg-reconfigure -f noninteractive tzdata && \
5656
add-apt-repository --remove ppa:mc3man/gstffmpeg-keep -y && \

0 commit comments

Comments
 (0)