Skip to content

Commit

Permalink
update RHELAI_IMAGE to 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Clifford <mcliffor@redhat.com>
  • Loading branch information
MichaelClifford committed Dec 2, 2024
1 parent 12c8f2a commit c038851
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion importer-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deploymentSpec:
env:
- name: REGISTRY_AUTH_FILE
value: /mnt/containers/.dockerconfigjson
image: quay.io/redhat-et/ilab:1.2
image: quay.io/redhat-et/ilab:1.3
pipelineInfo:
description: Helper pipeline to the InstructLab pipeline which allows users to seed/import
a new base model
Expand Down
8 changes: 4 additions & 4 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ deploymentSpec:
\ max_seq_len=train_args.max_seq_len,\n chat_tmpl_path=train_args.chat_tmpl_path,\n\
\ )\n )\n\n data_processing(train_args=skill_training_args)\n\
\ data_processing(train_args=knowledge_training_args)\n\n"
image: quay.io/redhat-et/ilab:1.2
image: quay.io/redhat-et/ilab:1.3
exec-deletepvc:
container:
image: argostub/deletepvc
Expand Down Expand Up @@ -1376,7 +1376,7 @@ deploymentSpec:
value: /tmp
- name: HF_HOME
value: /tmp
image: quay.io/redhat-et/ilab:1.2
image: quay.io/redhat-et/ilab:1.3
resources:
accelerator:
count: '1'
Expand Down Expand Up @@ -1512,7 +1512,7 @@ deploymentSpec:
value: /tmp
- name: HF_HOME
value: /tmp
image: quay.io/redhat-et/ilab:1.2
image: quay.io/redhat-et/ilab:1.3
resources:
accelerator:
count: '1'
Expand Down Expand Up @@ -1569,7 +1569,7 @@ deploymentSpec:
value: /tmp
- name: HF_HOME
value: /tmp
image: quay.io/redhat-et/ilab:1.2
image: quay.io/redhat-et/ilab:1.3
exec-sdg-to-artifact-op:
container:
args:
Expand Down
2 changes: 1 addition & 1 deletion utils/consts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTHON_IMAGE = "quay.io/modh/odh-generic-data-science-notebook:v3-2024b-20241111"
TOOLBOX_IMAGE = "registry.access.redhat.com/ubi9/toolbox"
OC_IMAGE = "registry.redhat.io/openshift4/ose-cli"
RHELAI_IMAGE = "quay.io/redhat-et/ilab:1.2"
RHELAI_IMAGE = "quay.io/redhat-et/ilab:1.3"

0 comments on commit c038851

Please sign in to comment.