diff --git a/docker/python3/Dockerfile b/docker/python3/Dockerfile index 1f9f66abd11..f1bc10a8b92 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.4.0" +RUN pip3 install --no-cache-dir "cupy-cuda112[all]==9.5.0" diff --git a/docker/rocm/Dockerfile b/docker/rocm/Dockerfile index 5d4c63738ce..773f2b3d07c 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.4.0" +RUN pip3 install --no-cache-dir "cupy-rocm-4-0[all]==9.5.0" USER rocm-user