From 8eed218c7dc3767c9988e906e4cd64c2563171c6 Mon Sep 17 00:00:00 2001 From: Sergei Monakhov Date: Sun, 15 Oct 2023 10:49:48 +0300 Subject: [PATCH] update images --- images/caffe2/cuda11-8/Dockerfile | 2 +- images/fastai/cuda11-8/Dockerfile | 2 +- images/keras/cuda11-8/Dockerfile | 2 +- images/onnx/cuda11-8/Dockerfile | 2 +- images/pytorch/cuda11-8/Dockerfile | 2 +- images/tensorflow-2/cuda11-8/Dockerfile | 2 +- images/xgboost/cuda11-8/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/images/caffe2/cuda11-8/Dockerfile b/images/caffe2/cuda11-8/Dockerfile index c304d96..787509a 100644 --- a/images/caffe2/cuda11-8/Dockerfile +++ b/images/caffe2/cuda11-8/Dockerfile @@ -108,7 +108,7 @@ RUN ${INTERPRETER} -m pip install \ torchaudio==2.1.0 \ jupyterlab==4.0.7 \ --index-url https://download.pytorch.org/whl/cu118 \ - --extra-index-url https://pypi.python.org/pypi \ + --extra-index-url https://pypi.org/simple \ && ${INTERPRETER} -m pip cache purge RUN curl https://rclone.org/install.sh -o ~/install.sh \ diff --git a/images/fastai/cuda11-8/Dockerfile b/images/fastai/cuda11-8/Dockerfile index 040c994..8a8534a 100644 --- a/images/fastai/cuda11-8/Dockerfile +++ b/images/fastai/cuda11-8/Dockerfile @@ -109,7 +109,7 @@ RUN ${INTERPRETER} -m pip install \ fastai==2.7.13 \ jupyterlab==4.0.7 \ --index-url https://download.pytorch.org/whl/cu118 \ - --extra-index-url https://pypi.python.org/pypi \ + --extra-index-url https://pypi.org/simple \ && ${INTERPRETER} -m pip cache purge RUN curl https://rclone.org/install.sh -o ~/install.sh \ diff --git a/images/keras/cuda11-8/Dockerfile b/images/keras/cuda11-8/Dockerfile index 1ef7c2b..675ffa1 100644 --- a/images/keras/cuda11-8/Dockerfile +++ b/images/keras/cuda11-8/Dockerfile @@ -107,7 +107,7 @@ RUN ${INTERPRETER} -m pip install \ keras==2.14.0 \ jupyterlab==4.0.7 \ --index-url https://download.pytorch.org/whl/cu118 \ - --extra-index-url https://pypi.python.org/pypi \ + --extra-index-url https://pypi.org/simple \ && ${INTERPRETER} -m pip cache purge RUN curl https://rclone.org/install.sh -o ~/install.sh \ diff --git a/images/onnx/cuda11-8/Dockerfile b/images/onnx/cuda11-8/Dockerfile index 90fa8d7..6be068f 100644 --- a/images/onnx/cuda11-8/Dockerfile +++ b/images/onnx/cuda11-8/Dockerfile @@ -109,7 +109,7 @@ RUN ${INTERPRETER} -m pip install \ onnx==1.14.1 \ jupyterlab==4.0.7 \ --index-url https://download.pytorch.org/whl/cu118 \ - --extra-index-url https://pypi.python.org/pypi \ + --extra-index-url https://pypi.org/simple \ && ${INTERPRETER} -m pip cache purge RUN curl https://rclone.org/install.sh -o ~/install.sh \ diff --git a/images/pytorch/cuda11-8/Dockerfile b/images/pytorch/cuda11-8/Dockerfile index c304d96..787509a 100644 --- a/images/pytorch/cuda11-8/Dockerfile +++ b/images/pytorch/cuda11-8/Dockerfile @@ -108,7 +108,7 @@ RUN ${INTERPRETER} -m pip install \ torchaudio==2.1.0 \ jupyterlab==4.0.7 \ --index-url https://download.pytorch.org/whl/cu118 \ - --extra-index-url https://pypi.python.org/pypi \ + --extra-index-url https://pypi.org/simple \ && ${INTERPRETER} -m pip cache purge RUN curl https://rclone.org/install.sh -o ~/install.sh \ diff --git a/images/tensorflow-2/cuda11-8/Dockerfile b/images/tensorflow-2/cuda11-8/Dockerfile index 42d2b78..40b8c20 100644 --- a/images/tensorflow-2/cuda11-8/Dockerfile +++ b/images/tensorflow-2/cuda11-8/Dockerfile @@ -106,7 +106,7 @@ RUN ${INTERPRETER} -m pip install \ tensorflow-gpu==2.14.0 \ jupyterlab==4.0.7 \ --index-url https://download.pytorch.org/whl/cu118 \ - --extra-index-url https://pypi.python.org/pypi \ + --extra-index-url https://pypi.org/simple \ && ${INTERPRETER} -m pip cache purge RUN curl https://rclone.org/install.sh -o ~/install.sh \ diff --git a/images/xgboost/cuda11-8/Dockerfile b/images/xgboost/cuda11-8/Dockerfile index bafc3fd..bb5eccb 100644 --- a/images/xgboost/cuda11-8/Dockerfile +++ b/images/xgboost/cuda11-8/Dockerfile @@ -107,7 +107,7 @@ RUN ${INTERPRETER} -m pip install \ xgboost==2.0.0 \ jupyterlab==4.0.7 \ --index-url https://download.pytorch.org/whl/cu118 \ - --extra-index-url https://pypi.python.org/pypi \ + --extra-index-url https://pypi.org/simple \ && ${INTERPRETER} -m pip cache purge RUN curl https://rclone.org/install.sh -o ~/install.sh \