From 0d84f17ad8bb3a3b20203729c3f72092eb114568 Mon Sep 17 00:00:00 2001 From: Guillaume Moutier Date: Fri, 12 Apr 2024 11:34:05 -0400 Subject: [PATCH] Update workbench image version to 2.0.1 (#204) --- bootstrap/ic-rhoai-configuration/images-puller.yaml | 2 +- bootstrap/ic-rhoai-configuration/workbench-imagestream.yaml | 4 ++-- .../ic-user-projects/create-projects-and-resources-job.yaml | 2 +- bootstrap/ic-user-projects/create-projects-and-resources.bash | 2 +- bootstrap/workbench-image/requirements.txt | 1 - 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bootstrap/ic-rhoai-configuration/images-puller.yaml b/bootstrap/ic-rhoai-configuration/images-puller.yaml index b6e30ee1..fcaa55eb 100644 --- a/bootstrap/ic-rhoai-configuration/images-puller.yaml +++ b/bootstrap/ic-rhoai-configuration/images-puller.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: ic-workbench - image: image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/ic-workbench:2.0 + image: image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/ic-workbench:2.0.1 command: ["tail"] args: ["-f", "/dev/null"] resources: diff --git a/bootstrap/ic-rhoai-configuration/workbench-imagestream.yaml b/bootstrap/ic-rhoai-configuration/workbench-imagestream.yaml index 4881da6f..a87f0d05 100644 --- a/bootstrap/ic-rhoai-configuration/workbench-imagestream.yaml +++ b/bootstrap/ic-rhoai-configuration/workbench-imagestream.yaml @@ -25,7 +25,7 @@ spec: lookupPolicy: local: true tags: - - name: '2.0' + - name: '2.0.1' annotations: opendatahub.io/notebook-python-dependencies: >- [{"name":"PyTorch","version":"2.1.2"},{"name":"Langchain","version":"0.1.12"},{"name":"Ultralytics","version":"8.1.29"},] @@ -35,7 +35,7 @@ spec: from: kind: DockerImage name: >- - quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-workbench:2.0 + quay.io/rh-aiservices-bu/rhoai-lab-insurance-claim-workbench:2.0.1 importPolicy: importMode: Legacy referencePolicy: diff --git a/bootstrap/ic-user-projects/create-projects-and-resources-job.yaml b/bootstrap/ic-user-projects/create-projects-and-resources-job.yaml index 0b116397..8a37330d 100644 --- a/bootstrap/ic-user-projects/create-projects-and-resources-job.yaml +++ b/bootstrap/ic-user-projects/create-projects-and-resources-job.yaml @@ -33,7 +33,7 @@ spec: # Define some variables WORKBENCH_NAME="my-workbench" - WORKBENCH_IMAGE="ic-workbench:2.0" + WORKBENCH_IMAGE="ic-workbench:2.0.1" PIPELINE_ENGINE="Tekton" for i in $(seq 1 $user_count); diff --git a/bootstrap/ic-user-projects/create-projects-and-resources.bash b/bootstrap/ic-user-projects/create-projects-and-resources.bash index 7f72609b..575b1455 100644 --- a/bootstrap/ic-user-projects/create-projects-and-resources.bash +++ b/bootstrap/ic-user-projects/create-projects-and-resources.bash @@ -10,7 +10,7 @@ DASHBOARD_ROUTE=https://$(oc get route rhods-dashboard -n redhat-ods-application # Define some variables WORKBENCH_NAME="my-workbench" -WORKBENCH_IMAGE="ic-workbench:2.0" +WORKBENCH_IMAGE="ic-workbench:2.0.1" PIPELINE_ENGINE="Tekton" for i in $(seq 1 $user_count); diff --git a/bootstrap/workbench-image/requirements.txt b/bootstrap/workbench-image/requirements.txt index 3f0e8c38..2c727d64 100644 --- a/bootstrap/workbench-image/requirements.txt +++ b/bootstrap/workbench-image/requirements.txt @@ -162,7 +162,6 @@ oauthlib==3.2.2; python_version >= '3.6' onnx==1.15.0; python_version >= '3.8' onnxruntime==1.17.1 openai==1.14.1; python_full_version >= '3.7.1' -opencv-python==4.9.0.80; python_version >= '3.6' opencv-python-headless==4.9.0.80; python_version >= '3.6' orjson==3.9.15; python_version >= '3.8' overrides==7.7.0; python_version >= '3.6'