We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3749deb commit 0d530eeCopy full SHA for 0d530ee
.github/workflows/docker-build-and-push.yaml
@@ -42,6 +42,20 @@ jobs:
42
dockerfile: cuda.dockerfile
43
architectures: linux/amd64
44
45
+ - base_image: nvidia/cuda:12.6.3-cudnn-devel-ubuntu24.04
46
+ push_image: ros_cuda
47
+ ros_dist: jazzy
48
+ stage: base
49
+ dockerfile: cuda.dockerfile
50
+ architectures: linux/amd64
51
+
52
53
+ push_image: ros_cuda_desktop
54
55
+ stage: desktop
56
57
58
59
60
steps:
61
- name: Node Js
0 commit comments