Skip to content

Commit

Permalink
Update CUDA major version in IRIS CI container to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefmoazzam committed Dec 17, 2024
1 parent 254ca1d commit 1b57bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_iris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
iris-gpu:
runs-on: iris-gpu
container:
image: nvidia/cuda:11.6.2-devel-ubi8
image: nvidia/cuda:12.6.3-devel-ubi8
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"numpy",
"pyyaml",
"tomopy",
"cupy-cuda11x==12.3.0",
"cupy-cuda12x==12.3.0",
"nvtx",
"toml",
"imageio",
Expand Down

0 comments on commit 1b57bdb

Please sign in to comment.