From 5774ef44d7e420f4f2832bd1d97a5be2d0e51099 Mon Sep 17 00:00:00 2001 From: Emilio Castillo Date: Wed, 25 Aug 2021 07:44:27 +0000 Subject: [PATCH] bump docker to v9.4.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 b9d2e79f581..1f9f66abd11 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.3.0" +RUN pip3 install --no-cache-dir "cupy-cuda112[all]==9.4.0" diff --git a/docker/rocm/Dockerfile b/docker/rocm/Dockerfile index fbcf67637c6..5d4c63738ce 100644 --- a/docker/rocm/Dockerfile +++ b/docker/rocm/Dockerfile @@ -13,6 +13,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.3.0" +RUN pip3 install --no-cache-dir "cupy-rocm-4-0[all]==9.4.0" USER rocm-user