Skip to content

Commit

Permalink
bug[next]: Fix CSCS CI by pinning cupy to 12.3.0 (GridTools#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber authored and edopao committed Mar 18, 2024
1 parent aafd619 commit 726a817
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 726a817

Please sign in to comment.