From 72bdead0d35da5a3fdc783e59fc36639f080d5c3 Mon Sep 17 00:00:00 2001 From: Kenichi Maehashi Date: Thu, 9 Dec 2021 05:11:37 +0000 Subject: [PATCH] bump versions in Dockerfiles for CuPy v10.0.0 release --- docker/python3/Dockerfile | 2 +- docker/rocm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/python3/Dockerfile b/docker/python3/Dockerfile index 65b47b90b6b..e2d645087f1 100644 --- a/docker/python3/Dockerfile +++ b/docker/python3/Dockerfile @@ -9,4 +9,4 @@ RUN apt-get update -y && \ rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* RUN pip3 install --no-cache-dir -U install setuptools pip -RUN pip3 install --no-cache-dir -f https://github.com/cupy/cupy/releases/v10.0.0rc1 "cupy-cuda114[all]==10.0.0rc1" +RUN pip3 install --no-cache-dir "cupy-cuda114[all]==10.0.0" diff --git a/docker/rocm/Dockerfile b/docker/rocm/Dockerfile index 3c695c6831a..9cd169a36cf 100644 --- a/docker/rocm/Dockerfile +++ b/docker/rocm/Dockerfile @@ -16,6 +16,6 @@ RUN apt-get update -y && \ RUN curl https://bootstrap.pypa.io/get-pip.py | sudo python3.7 RUN pip3 install --no-cache-dir -U install setuptools pip -RUN pip3 install --no-cache-dir -f https://github.com/cupy/cupy/releases/v10.0.0rc1 "cupy-rocm-4-3[all]==10.0.0rc1" +RUN pip3 install --no-cache-dir "cupy-rocm-4-3[all]==10.0.0" USER rocm-user