Skip to content

Commit

Permalink
cuda 12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Nov 24, 2023
1 parent 44ef3f0 commit cb3998c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
context: base
test: true
base_image: ubuntu:22.04
base_image_gpu: nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
base_image_gpu: nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
external_base_image: true
branch: ${{ github.ref }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
context: base
test: true
base_image: ubuntu:22.04
base_image_gpu: nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
base_image_gpu: nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
external_base_image: true
branch: ${{ github.ref }}
python-minimal:
Expand Down

0 comments on commit cb3998c

Please sign in to comment.