From 8f6d4119d37bd0bfda8e243a16c4a6037620b468 Mon Sep 17 00:00:00 2001 From: Kenichi Maehashi Date: Thu, 5 Aug 2021 07:19:47 +0000 Subject: [PATCH] bump Dockerfile to v9.3.0 --- 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 dfe6ab89780..b9d2e79f581 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 "cupy-cuda112[all]==9.2.0" +RUN pip3 install --no-cache-dir "cupy-cuda112[all]==9.3.0" diff --git a/docker/rocm/Dockerfile b/docker/rocm/Dockerfile index e54dec5d7ca..b895258bc95 100644 --- a/docker/rocm/Dockerfile +++ b/docker/rocm/Dockerfile @@ -12,6 +12,6 @@ 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 "cupy-rocm-4-0[all]==9.2.0" +RUN pip3 install --no-cache-dir "cupy-rocm-4-0[all]==9.3.0" USER rocm-user