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 2018/01/02 18:30:22 UTC

[GitHub] terrytangyuan closed pull request #9268: Update deadsnakes ppa name

terrytangyuan closed pull request #9268: Update deadsnakes ppa name
URL: https://github.com/apache/incubator-mxnet/pull/9268
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/ci_build/pip_tests/Dockerfile.pip_dependencies b/tests/ci_build/pip_tests/Dockerfile.pip_dependencies
index e08c22f3c7..0698633ac5 100644
--- a/tests/ci_build/pip_tests/Dockerfile.pip_dependencies
+++ b/tests/ci_build/pip_tests/Dockerfile.pip_dependencies
@@ -3,7 +3,7 @@
 
 # add repo to install different Python versions
 RUN apt-get update && apt-get install -y software-properties-common
-RUN add-apt-repository ppa:fkrull/deadsnakes && apt-get update
+RUN add-apt-repository ppa:deadsnakes/ppa && apt-get update
 RUN apt-get install -y python python2.7 python3.4 python3.5 python3.6
 
 # install other dependencies


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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