Skip to content

Commit

Permalink
bug[next]: Fix CSCS CI by pinning cupy to 12.3.0 (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber authored Mar 10, 2024
1 parent e51ab30 commit 6d7f38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d7f38c

Please sign in to comment.