mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-13 15:49:33 +08:00
Bump CUDA version to 12.6 in the Docker image
This commit is contained in:
parent
7507704de6
commit
fb8e673cd4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue