Skip to content

Commit

Permalink
refactor(cuda): update cuda version in focal amd64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Sep 9, 2024
1 parent a5475d9 commit a66843b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ steps:
- name: vdi-base
image:
repository: vdi-base
tag: focal-amd64-cuda-12.0.0
tag: focal-amd64-cuda-12.2.2
path: ".docker/robolaunch-helm-based-structure/dockerfiles/base"
dockerfile: "Dockerfile.nvidia"
buildArgs:
"UBUNTU_RELEASE": "20.04"
"CUDA_VERSION": "12.0.0"
"CUDA_VERSION": "12.2.2"
"VIRTUALGL_VERSION": "3.1"
"PLAIN_VERSION": "0.1.0"
push: false
- name: xfce
image:
repository: xfce
tag: focal-amd64-cuda-12.0.0
tag: focal-amd64-cuda-12.2.2
baseStep: "vdi-base"
path: "."
dockerfile: "Dockerfile"
Expand All @@ -27,7 +27,7 @@ steps:
- name: devspace
image:
repository: devspace
tag: plain-0.1.0-focal-xfce-amd64-cuda-12.0.0
tag: plain-0.1.0-focal-xfce-amd64-cuda-12.2.2
baseStep: "xfce"
path: "."
dockerfile: "Dockerfile.amd64"
Expand Down

0 comments on commit a66843b

Please sign in to comment.