Skip to content

Commit

Permalink
Merge pull request #2 from minglotus-6/minglotus-6-patch-3
Browse files Browse the repository at this point in the history
Update pip source
  • Loading branch information
minglotus-6 authored Jun 30, 2021
2 parents b6b325d + 80c7155 commit df087af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_serving/tools/docker/Dockerfile.devel-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN apt-get update && \
rm /usr/lib/x86_64-linux-gnu/libnvcaffe_parser* && \
rm /usr/lib/x86_64-linux-gnu/libnvparsers*

RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
RUN curl -fSsL -O https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
python get-pip.py && \
rm get-pip.py

Expand Down

0 comments on commit df087af

Please sign in to comment.