Skip to content

Commit c43026b

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents f3ccc56 + b68a0aa commit c43026b

12 files changed

+40
-8
lines changed

.tekton/odh-base-image-cuda-py311-c9s-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
- name: build-platforms
3737
value:
3838
- linux/x86_64
39+
- linux/arm64
3940
- name: dockerfile
4041
value: base-images/cuda/12.6/c9s-python-3.11/Dockerfile.cuda
4142
- name: path-context

.tekton/odh-base-image-cuda-py311-c9s-push.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ spec:
2525
value: quay.io/opendatahub/odh-base-image-cuda-py311-c9s:{{revision}}
2626
- name: dockerfile
2727
value: base-images/cuda/12.6/c9s-python-3.11/Dockerfile.cuda
28+
- name: build-platforms
29+
value:
30+
- linux/x86_64
31+
- linux/arm64
2832
- name: path-context
2933
value: .
3034
- name: additional-tags
3135
value:
3236
- '{{target_branch}}-{{revision}}'
3337
- v12.6
3438
pipelineRef:
35-
name: singlearch-push-pipeline
39+
name: multiarch-pull-request-pipeline
3640
taskRunTemplate:
3741
serviceAccountName: build-pipeline-odh-base-image-cuda-py311-c9s-poc
3842
workspaces:

.tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
- name: build-platforms
3737
value:
3838
- linux/x86_64
39+
- linux/arm64
3940
- name: dockerfile
4041
value: base-images/cuda/12.6/c9s-python-3.12/Dockerfile.cuda
4142
- name: path-context

.tekton/odh-base-image-cuda-py312-c9s-push.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ spec:
2626
value: quay.io/opendatahub/odh-base-image-cuda-py312-c9s:{{revision}}
2727
- name: dockerfile
2828
value: base-images/cuda/12.6/c9s-python-3.12/Dockerfile.cuda
29+
- name: build-platforms
30+
value:
31+
- linux/x86_64
32+
- linux/arm64
2933
- name: path-context
3034
value: .
3135
- name: additional-tags
3236
value:
3337
- '{{target_branch}}-{{revision}}'
3438
- v12.6
3539
pipelineRef:
36-
name: singlearch-push-pipeline
40+
name: multiarch-pull-request-pipeline
3741
taskRunTemplate:
3842
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-c9s-poc
3943
workspaces:

.tekton/odh-base-image-cuda-py312-ubi9-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
- name: build-platforms
3737
value:
3838
- linux/x86_64
39+
- linux/arm64
3940
- name: dockerfile
4041
value: base-images/cuda/12.6/ubi9-python-3.12/Dockerfile.cuda
4142
- name: path-context

.tekton/odh-base-image-cuda-py312-ubi9-push.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ spec:
2626
value: quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:{{revision}}
2727
- name: dockerfile
2828
value: base-images/cuda/12.6/ubi9-python-3.12/Dockerfile.cuda
29+
- name: build-platforms
30+
value:
31+
- linux/x86_64
32+
- linux/arm64
2933
- name: path-context
3034
value: .
3135
- name: additional-tags
3236
value:
3337
- '{{target_branch}}-{{revision}}'
3438
- v12.6
3539
pipelineRef:
36-
name: singlearch-push-pipeline
40+
name: multiarch-pull-request-pipeline
3741
taskRunTemplate:
3842
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-ubi9-poc
3943
workspaces:

jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ RUN echo "Installing softwares and packages" && \
125125
# Replace Notebook's launcher, "(ipykernel)" with Python's version 3.x.y \
126126
sed -i -e "s/Python.*/$(python --version | cut -d '.' -f-2)\",/" /opt/app-root/share/jupyter/kernels/python3/kernel.json && \
127127
# copy jupyter configuration
128-
cp /opt/app-root/bin/utils/jupyter_server_config.py /opt/app-root/etc/jupyter && \
128+
install -D -m 0644 /opt/app-root/bin/utils/jupyter_server_config.py \
129+
/opt/app-root/etc/jupyter/jupyter_server_config.py && \
129130
# Disable announcement plugin of jupyterlab \
130131
jupyter labextension disable "@jupyterlab/apputils-extension:announcements" && \
131132
# Apply JupyterLab addons \

manifests/overlays/additional/jupyter-datascience-cpu-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
{"name": "Odh-Elyra", "version": "4.2"},
3636
{"name": "PyMongo", "version": "4.11"},
3737
{"name": "Pyodbc", "version": "5.2"},
38-
{"name": "Codeflare-SDK", "version": "0.29"},
38+
{"name": "Codeflare-SDK", "version": "0.30"},
3939
{"name": "Sklearn-onnx", "version": "1.18"},
4040
{"name": "Psycopg", "version": "3.2"},
4141
{"name": "MySQL Connector/Python", "version": "9.3"},

manifests/overlays/additional/jupyter-pytorch-cuda-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
{"name": "Odh-Elyra", "version": "4.2"},
4141
{"name": "PyMongo", "version": "4.11"},
4242
{"name": "Pyodbc", "version": "5.2"},
43-
{"name": "Codeflare-SDK", "version": "0.29"},
43+
{"name": "Codeflare-SDK", "version": "0.30"},
4444
{"name": "Sklearn-onnx", "version": "1.18"},
4545
{"name": "Psycopg", "version": "3.2"},
4646
{"name": "MySQL Connector/Python", "version": "9.3"},

manifests/overlays/additional/jupyter-pytorch-rocm-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
{"name": "Odh-Elyra", "version": "4.2"},
3838
{"name": "PyMongo", "version": "4.11"},
3939
{"name": "Pyodbc", "version": "5.2"},
40-
{"name": "Codeflare-SDK", "version": "0.29"},
40+
{"name": "Codeflare-SDK", "version": "0.30"},
4141
{"name": "Sklearn-onnx", "version": "1.18"},
4242
{"name": "Psycopg", "version": "3.2"},
4343
{"name": "MySQL Connector/Python", "version": "9.3"},

0 commit comments

Comments
 (0)