From 493240e36a2f33be80f16da1a0a6df0d9d84b5c8 Mon Sep 17 00:00:00 2001 From: Justin Law Date: Tue, 18 Jun 2024 10:02:21 -0400 Subject: [PATCH] add gpu operator to create, publish --- tasks/create.yaml | 1 + tasks/publish.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/tasks/create.yaml b/tasks/create.yaml index 1ab2659b5..2b25c5e3c 100644 --- a/tasks/create.yaml +++ b/tasks/create.yaml @@ -44,6 +44,7 @@ tasks: - task: minio - task: leapfrogai-workarounds - task: nvidia-gpu-operator + - task: uds-core # UDS bundles - task: local-path-core-bundle diff --git a/tasks/publish.yaml b/tasks/publish.yaml index d9b71c9aa..211f1b218 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -35,6 +35,7 @@ tasks: - task: local-path-init - task: minio - task: leapfrogai-workarounds + - task: nvidia-gpu-operator # UDS bundles - task: local-path-core-bundle