You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/11 16:19:58 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

dongjoon-hyun commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image
URL: https://github.com/apache/spark/pull/26848#discussion_r356696385
 
 

 ##########
 File path: dev/create-release/spark-rm/Dockerfile
 ##########
 @@ -62,14 +62,18 @@ RUN apt-get clean && apt-get update && $APT_INSTALL gnupg ca-certificates && \
   curl -sL https://deb.nodesource.com/setup_11.x | bash && \
   $APT_INSTALL nodejs && \
   # Install needed python packages. Use pip for installing packages (for consistency).
-  $APT_INSTALL libpython2.7-dev libpython3-dev python-pip python3-pip && \
-  pip install $BASE_PIP_PKGS && \
-  pip install $PIP_PKGS && \
+  $APT_INSTALL libpython3-dev python3-pip && \
 
 Review comment:
   So, there is no `pip` for Python2 after this, right?

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org