Skip to content

Commit

Permalink
Update workbench image version to 2.0.1 (rh-aiservices-bu#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimou authored Apr 12, 2024
1 parent 7483dee commit 0d84f17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bootstrap/ic-rhoai-configuration/images-puller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/ic-rhoai-configuration/workbench-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},]
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion bootstrap/workbench-image/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0d84f17

Please sign in to comment.