Skip to content

Commit

Permalink
Upgrade setuptools (microsoft#2788)
Browse files Browse the repository at this point in the history
(cherry picked from commit cdc671c)
  • Loading branch information
ultmaster authored and LovPe committed Aug 14, 2020
1 parent 6523eec commit 45a084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN cp /usr/bin/python3 /usr/bin/python
#
# update pip
#
RUN python3 -m pip install --upgrade pip==20.0.2 setuptools==39.1.0
RUN python3 -m pip install --upgrade pip==20.0.2 setuptools==41.0.0

# numpy 1.14.3 scipy 1.1.0
RUN python3 -m pip --no-cache-dir install \
Expand Down

0 comments on commit 45a084f

Please sign in to comment.