From 6d7f38c1eeafb76440ddf61ebe2c36f494059a1e Mon Sep 17 00:00:00 2001 From: Till Ehrengruber Date: Sun, 10 Mar 2024 21:40:42 +0100 Subject: [PATCH] bug[next]: Fix CSCS CI by pinning cupy to 12.3.0 (#1485) --- ci/base.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/base.Dockerfile b/ci/base.Dockerfile index 2de6aa7f64..0b6e9b3f50 100644 --- a/ci/base.Dockerfile +++ b/ci/base.Dockerfile @@ -54,4 +54,4 @@ RUN pyenv update && \ ENV PATH="/root/.pyenv/shims:${PATH}" -RUN pip install --upgrade pip setuptools wheel tox cupy-cuda11x +RUN pip install --upgrade pip setuptools wheel tox cupy-cuda11x==12.3.0