mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-20 21:04:17 +08:00
Bump CUDA version to 12.6 in the Docker image
This commit is contained in:
parent
fd628f2fb3
commit
2f24367291
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"
|
||||
build_args: |
|
||||
VARIANT=cuda
|
||||
CUDA_VERSION=12-1
|
||||
CUDA_VERSION=12-6
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
|
|
Loading…
Reference in a new issue