diff --git a/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16 b/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16 index 830b073a7da5e145517305a114027b9e1c8ea3a5..f3a6142d1d78f246a14934b5d172a49948325873 100644 --- a/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16 +++ b/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16 @@ -53,7 +53,7 @@ env GOROOT=/usr/local/go env PATH=$GOROOT/bin:$PATH # Install python 3.6. -RUN add-apt-repository ppa:jonathonf/python-3.6 && \ +RUN add-apt-repository ppa:deadsnakes/ppa && \ apt-get update && apt-get install -y \ python3.6 python3.6-dev python3-pip python3.6-venv && \ rm -rf /var/lib/apt/lists/* && \ diff --git a/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16_cuda10.0 b/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16_cuda10.0 index 0fee596cce212d115071cb61cf8366206b73eb28..2732cefc3808fdd339a1b03d3d39ac0624a9284c 100644 --- a/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16_cuda10.0 +++ b/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16_cuda10.0 @@ -53,7 +53,7 @@ RUN /install/install_buildifier.sh ENV TF_NEED_CUDA=1 # Install python 3.6. -RUN add-apt-repository ppa:jonathonf/python-3.6 && \ +RUN add-apt-repository ppa:deadsnakes/ppa && \ apt-get update && apt-get install -y \ python3.6 python3.6-dev python3-pip python3.6-venv && \ rm -rf /var/lib/apt/lists/* && \ diff --git a/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16_cuda10.1 b/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16_cuda10.1 index c7b8093d523a5bf09d831dcaa7a54c3025d6cfa5..30775210dd76adbcb7b65d4711623c607fe18b3c 100644 --- a/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16_cuda10.1 +++ b/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16_cuda10.1 @@ -55,7 +55,7 @@ RUN /install/install_buildifier.sh ENV TF_NEED_CUDA=1 # Install python 3.6. -RUN add-apt-repository ppa:jonathonf/python-3.6 && \ +RUN add-apt-repository ppa:deadsnakes/ppa && \ apt-get update && apt-get install -y \ python3.6 python3.6-dev python3-pip python3.6-venv && \ rm -rf /var/lib/apt/lists/* && \