From d87b0a45185451072c2fef554024a273ed8985a3 Mon Sep 17 00:00:00 2001 From: Francesco Murdaca Date: Tue, 22 Feb 2022 10:30:43 +0100 Subject: [PATCH] Fix gpu manifests builds Signed-off-by: Francesco Murdaca --- manifests/nm-gpu-training-manifests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/nm-gpu-training-manifests.yaml b/manifests/nm-gpu-training-manifests.yaml index 9dcc68b..4cb6c97 100644 --- a/manifests/nm-gpu-training-manifests.yaml +++ b/manifests/nm-gpu-training-manifests.yaml @@ -277,7 +277,7 @@ items: kind: ImageStreamTag name: '11.0.3-cuda-s2i-py38-ubi8:latest' noCache: true - dockerfilePath: ubi8-py38/Dockerfile + dockerfilePath: Dockerfile postCommit: {} source: type: Git @@ -337,7 +337,7 @@ items: name: neural-magic-gpu-cuda-11.0.3-notebook labels: opendatahub.io/build_type: "notebook_image" - opendatahub.io/notebook-name: "Neural Magic" + opendatahub.io/notebook-name: "NeuralMagic" os-climate/buildchain: cuda-11.0.3 spec: nodeSelector: null @@ -365,7 +365,7 @@ items: source: type: Git git: - ref: python38 + ref: main uri: 'https://github.com/os-climate/neural-magic-notebook' triggers: - type: ImageChange