diff --git a/docker/python3/Dockerfile b/docker/python3/Dockerfile index d5747eeec55..d4cd1cdf455 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]==10.0.0a1" +RUN pip3 install --no-cache-dir "cupy-cuda112[all]==10.0.0a2" diff --git a/docker/rocm/Dockerfile b/docker/rocm/Dockerfile index 072aa12ddab..a2932bd04e4 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]==10.0.0a1" +RUN pip3 install --no-cache-dir "cupy-rocm-4-0[all]==10.0.0a2" USER rocm-user