You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/03/01 01:38:30 UTC

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #19947: [V1.8.x] Attemp to fix cd for v1.8.x

Zha0q1 commented on a change in pull request #19947:
URL: https://github.com/apache/incubator-mxnet/pull/19947#discussion_r584400357



##########
File path: cd/python/docker/Dockerfile
##########
@@ -23,11 +23,15 @@
 ARG BASE_IMAGE
 FROM ${BASE_IMAGE}
 
-ARG PYTHON_CMD=python3
-RUN apt-get update && \
-    apt-get install -y wget ${PYTHON_CMD}-dev gcc && \
-    wget https://bootstrap.pypa.io/get-pip.py && \
-    ${PYTHON_CMD} get-pip.py
+RUN apt-get update || true

Review comment:
       Fixed!
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org