Bump CUDA version to 12.6 in the Docker image

This commit is contained in:
Jonatan Kłosko 2024-09-05 21:23:43 +07:00
parent fd628f2fb3
commit 2f24367291

View file

@ -55,7 +55,7 @@ jobs:
tag_suffix: "-cuda12" tag_suffix: "-cuda12"
build_args: | build_args: |
VARIANT=cuda VARIANT=cuda
CUDA_VERSION=12-1 CUDA_VERSION=12-6
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: | - run: |