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

update the default Name and Git reference when create Notebook with O… #114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

melodyliu1986
Copy link

When creating Notebook with OpenVINO Toolkit Operator, the default Name and Git reference are "v2024.1" and "2024.1", but the build failed using the parameters because of the http://mirror.centos.org/centos/8-stream/A.../Packages/ocl-icd-2.2.12-1.el8.x86_64.rpm package is NOT exist anymore.

Error:

Complete!
curl: (22) The requested URL returned error: 404 Not Found
error: skipping http://mirror.centos.org/centos/8-stream/A.../Packages/ocl-icd-2.2.12-1.el8.x86_64.rpm - transfer failed
Retrieving http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/Packages/ocl-icd-2.2.12-1.el8.x86_64.rpm
error: build error: building at STEP "RUN rpm -ivh https:/....21-4.el8.x86_64.rpm": while running runtime: exit status 1

So I suggest to change the default git reference from the "2024.1" to "latest", here is the testing result:

Before the change - 2024.1
image

After the change - latest
image

…penVINO Toolkit Operator

Signed-off-by: Song Liu <soliu@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant