Skip to content

Commit

Permalink
Backport PR #2437: Switch cuda docker image tag (#2439)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kim <[email protected]>
  • Loading branch information
meeseeksmachine and martinkim0 authored Jan 25, 2024
1 parent 4ae86e3 commit 24aeaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cuda: ["11"]

container:
image: martinkim0/scvi-tools:py${{ matrix.python }}-cu${{ matrix.cuda }}-base
image: scverse/scvi-tools:py${{ matrix.python }}-cu${{ matrix.cuda }}-base
options: --user root --gpus all

environment:
Expand Down

0 comments on commit 24aeaaa

Please sign in to comment.