Skip to content

Commit

Permalink
add base cuda12-ubuntu20.04 for ros noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Apr 24, 2024
1 parent e02667e commit 8a5b3bf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,27 @@ jobs:
push: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest

# cuda12-ubuntu20.04 for ros noetic
cuda12-ubuntu20.04:
secrets: inherit
uses: ./.github/workflows/docker-build-test-upload.yml
with:
parent-image: ''
parent-variant: ''
image: base-gpu-notebook
variant: cuda12-ubuntu20.04
context: base-gpu-notebook/.build/cuda12-ubuntu20.04
push: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
cuda12-ros-noetic:
needs: [cuda11-ubuntu20.04]
secrets: inherit
uses: ./.github/workflows/docker-build-test-upload.yml
with:
parent-image: base-gpu-notebook
parent-variant: cuda12-ubuntu20.04
image: ros
variant: cuda12-noetic
context: ros/cuda12-noetic
push: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest

0 comments on commit 8a5b3bf

Please sign in to comment.