From b5efc4f89e939147bac2f77b33357b2128057bf3 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 24 Sep 2025 16:46:24 +0200 Subject: [PATCH] chore(cudss): add cudds to l4t images (#6338) * chore(cudds): add cudds to l4t images Signed-off-by: Ettore Di Giacinto * add arm64 to CI tests Signed-off-by: Ettore Di Giacinto --------- Signed-off-by: Ettore Di Giacinto --- .github/workflows/image-pr.yml | 10 ++++++++++ Dockerfile | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/.github/workflows/image-pr.yml b/.github/workflows/image-pr.yml index a2410b228..c949cd9cc 100644 --- a/.github/workflows/image-pr.yml +++ b/.github/workflows/image-pr.yml @@ -66,3 +66,13 @@ jobs: runs-on: 'ubuntu-latest' base-image: "ubuntu:22.04" makeflags: "--jobs=4 --output-sync=target" + - build-type: 'cublas' + cuda-major-version: "12" + cuda-minor-version: "0" + platforms: 'linux/arm64' + tag-latest: 'false' + tag-suffix: '-nvidia-l4t-arm64' + base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0" + runs-on: 'ubuntu-24.04-arm' + makeflags: "--jobs=4 --output-sync=target" + skip-drivers: 'true' diff --git a/Dockerfile b/Dockerfile index 1e356014d..151c73e16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,6 +78,16 @@ RUN <