Skip to content
Snippets Groups Projects
Commit 2f048d94 authored by Krzysztof Wojciechowski's avatar Krzysztof Wojciechowski
Browse files

Merge branch 'bugfix/humble-devel-cuda-image-ci-fix' into 'humble-devel'

Fix CUDA setup on CI

See merge request !17
parents c4249517 f3930d89
No related branches found
No related tags found
1 merge request!17Fix CUDA setup on CI
Pipeline #49317 canceled
.devcontainer/*/*
!.devcontainer/scripts/*.sh
!.devcontainer/vision/*
!.devcontainer/vision_cuda/*
!.devcontainer/control/*
vcs_repos
......@@ -60,9 +60,11 @@ build-control-image:
build-cpu-vision-image:
extends: .build-vision-image
variables:
IMAGE_NAME: vision
HAPPYPOSE_INSTALL_TYPE: cpu
build-cuda-vision-image:
extends: .build-vision-image
variables:
IMAGE_NAME: vision-cuda
HAPPYPOSE_INSTALL_TYPE: cu124
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment