Skip to content

Commit

Permalink
chore(xfce): install cvt to cudnn jammy image
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Jan 30, 2024
1 parent a96d6bd commit 6d94b16
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .docker/robolaunch/devspace-cudnn-jammy-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,24 @@ steps:
"CUDA_VERSION": "12.0.0"
"VIRTUALGL_VERSION": "3.1"
push: false
- name: xfce
- name: xfce-base
image:
repository: xfce
tag: jammy-cuda-12.0.0-cudnn-amd64
tag: base-jammy-cuda-12.0.0-cudnn-amd64
baseStep: "vdi-base"
path: "."
dockerfile: "Dockerfile"
context: .docker/robolaunch/dockerfiles/xfce
push: false
- name: xfce
image:
repository: xfce
tag: jammy-cuda-12.0.0-cudnn-amd64
baseStep: "xfce-base"
path: "."
dockerfile: "Dockerfile.jammy-ext"
context: .docker/robolaunch/dockerfiles/xfce
push: false
- name: devspace
image:
repository: devspace
Expand Down

0 comments on commit 6d94b16

Please sign in to comment.