Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gpu manifests builds #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions manifests/nm-gpu-training-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down