Skip to content

Commit

Permalink
Add cuda 12.2 (#438)
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Kirschner <[email protected]>
  • Loading branch information
rokroskar and kirschnj authored Mar 5, 2024
1 parent 4f374cc commit 20557ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,12 @@ jobs:
CUDA_COMPAT_PACKAGE: "cuda-compat-11-8"
LIBCUDNN_PACKAGE: "libcudnn8=8.6.0.163-1+cuda11.8"
ADD_2204_APT_REPOS: "true"
- CUDA_VERSION: "12.2"
EXTRA_LIBRARIES: ""
CUDA_CUDART_PACKAGE: "cuda-cudart-12-2=12.2.140-1"
CUDA_COMPAT_PACKAGE: "cuda-compat-12-2"
LIBCUDNN_PACKAGE: "libcudnn8=8.9.5.29-1+cuda12.2"
ADD_2204_APT_REPOS: "true"
steps:
- name: Docker Login
uses: Azure/docker-login@v1
Expand Down

0 comments on commit 20557ef

Please sign in to comment.