Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions jupyter/datascience/ubi9-python-3.12/pylock.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2449,9 +2449,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/be/9c/92789c596b8df83

[[packages]]
name = "odh-elyra"
version = "4.2.4"
sdist = { url = "https://files.pythonhosted.org/packages/39/58/9a76992bcd402f7eaf9a23fb164d56993db6c079d3fad67dc0a4df799d03/odh_elyra-4.2.4.tar.gz", upload-time = 2025-09-11T18:09:43Z, size = 2155769, hashes = { sha256 = "9563849a41e3d5f45f4923a00d9e6480a9d53787e076d6369248f880795d2130" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92c1c6c63b0fa6255897e515df6948778e521f603f59e75/odh_elyra-4.2.4-py3-none-any.whl", upload-time = 2025-09-11T18:09:41Z, size = 4317667, hashes = { sha256 = "227b1a35a3eef8a02409e3aa5081c3322bcd30cd8939b77575dfce397f3fa42b" } }]
version = "4.3.1"
sdist = { url = "https://files.pythonhosted.org/packages/f7/f4/6be53ca16125e7d3ca6cb86aa8f001ebe200977e429bedb4b6467e692328/odh_elyra-4.3.1.tar.gz", upload-time = 2025-10-09T14:53:22Z, size = 2196705, hashes = { sha256 = "522c85c647d97d3a5317389dc106452fdebf48f95ecbdea3db0aef1b43192475" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/b3/7a/009a5eb3e872330c22155928ffd3dcb8f139385b7de2a7540cad714be9bd/odh_elyra-4.3.1-py3-none-any.whl", upload-time = 2025-10-09T14:53:20Z, size = 4352762, hashes = { sha256 = "ae1008e0329e14d45a4c31b5436b00e732dcaa201cae15adb7f502249bf9d7a8" } }]

[[packages]]
name = "odh-jupyter-trash-cleanup"
Expand Down
2 changes: 1 addition & 1 deletion jupyter/datascience/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"mysql-connector-python~=9.4.0",

# JupyterLab packages
"odh-elyra==4.2.4",
"odh-elyra==4.3.1",
"odh-jupyter-trash-cleanup==0.1.1",

"jupyterlab==4.4.7",
Expand Down
17 changes: 12 additions & 5 deletions jupyter/datascience/ubi9-python-3.12/setup-elyra.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
#!/bin/bash
set -x
set -Eeuxo pipefail

# By copying this we must make sure that ELYRA_INSTALL_PACKAGES=false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what will set this in runtime images? and what will copy the bootstrapper into place in runtime images? we don't have an entrypoint in runtime images

cp /opt/app-root/lib/python3.12/site-packages/elyra/kfp/bootstrapper.py /opt/app-root/bin/utils/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good attempt, but it does not work

DEBUG    root:workbench_image_test.py:239 cp: cannot create regular file '/opt/app-root/bin/utils/bootstrapper.py': Permission denied

https://github.com/opendatahub-io/notebooks/actions/runs/18417328348/job/52484077578?pr=2555#step:31:1523

the images don't start


# Set the elyra config on the right path
jupyter elyra --generate-config
cp /opt/app-root/bin/utils/jupyter_elyra_config.py /opt/app-root/src/.jupyter/

# create the elyra runtime directory if not present
if [ ! -d $(jupyter --data-dir)/metadata/runtimes/ ]; then
mkdir -p $(jupyter --data-dir)/metadata/runtimes/
if [ ! -d "$(jupyter --data-dir)/metadata/runtimes/" ]; then
mkdir -p "$(jupyter --data-dir)/metadata/runtimes/"
fi
# Set elyra runtime config from volume mount
if [ "$(ls -A /opt/app-root/runtimes/)" ]; then
cp -r /opt/app-root/runtimes/..data/*.json $(jupyter --data-dir)/metadata/runtimes/
cp -r /opt/app-root/runtimes/..data/*.json "$(jupyter --data-dir)/metadata/runtimes/"
fi

# Set elyra runtime images json from volume mount
Expand All @@ -20,6 +23,10 @@ if [ "$(ls -A /opt/app-root/pipeline-runtimes/)" ]; then
fi

# Environment vars set for accessing ssl_sa_certs and sa_token
# export PIPELINES_SSL_SA_CERTS="/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
export KF_PIPELINES_SSL_SA_CERTS="/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
export KF_PIPELINES_SA_TOKEN_ENV="/var/run/secrets/kubernetes.io/serviceaccount/token"
export KF_PIPELINES_SA_TOKEN_PATH="/var/run/secrets/kubernetes.io/serviceaccount/token"
# https://github.com/elyra-ai/elyra/pull/3328
export ELYRA_INSTALL_PACKAGES="false"
# https://issues.redhat.com/browse/RHOAIENG-6780
export ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3="false"
6 changes: 3 additions & 3 deletions jupyter/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2703,9 +2703,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/be/9c/92789c596b8df83

[[packages]]
name = "odh-elyra"
version = "4.2.4"
sdist = { url = "https://files.pythonhosted.org/packages/39/58/9a76992bcd402f7eaf9a23fb164d56993db6c079d3fad67dc0a4df799d03/odh_elyra-4.2.4.tar.gz", upload-time = 2025-09-11T18:09:43Z, size = 2155769, hashes = { sha256 = "9563849a41e3d5f45f4923a00d9e6480a9d53787e076d6369248f880795d2130" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92c1c6c63b0fa6255897e515df6948778e521f603f59e75/odh_elyra-4.2.4-py3-none-any.whl", upload-time = 2025-09-11T18:09:41Z, size = 4317667, hashes = { sha256 = "227b1a35a3eef8a02409e3aa5081c3322bcd30cd8939b77575dfce397f3fa42b" } }]
version = "4.3.1"
sdist = { url = "https://files.pythonhosted.org/packages/f7/f4/6be53ca16125e7d3ca6cb86aa8f001ebe200977e429bedb4b6467e692328/odh_elyra-4.3.1.tar.gz", upload-time = 2025-10-09T14:53:22Z, size = 2196705, hashes = { sha256 = "522c85c647d97d3a5317389dc106452fdebf48f95ecbdea3db0aef1b43192475" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/b3/7a/009a5eb3e872330c22155928ffd3dcb8f139385b7de2a7540cad714be9bd/odh_elyra-4.3.1-py3-none-any.whl", upload-time = 2025-10-09T14:53:20Z, size = 4352762, hashes = { sha256 = "ae1008e0329e14d45a4c31b5436b00e732dcaa201cae15adb7f502249bf9d7a8" } }]

[[packages]]
name = "odh-jupyter-trash-cleanup"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
"mysql-connector-python~=9.4.0",

# JupyterLab packages
"odh-elyra==4.2.4",
"odh-elyra==4.3.1",
"odh-jupyter-trash-cleanup==0.1.1",

"jupyterlab==4.4.7",
Expand Down
6 changes: 3 additions & 3 deletions jupyter/pytorch/ubi9-python-3.12/pylock.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2594,9 +2594,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/be/9c/92789c596b8df83

[[packages]]
name = "odh-elyra"
version = "4.2.4"
sdist = { url = "https://files.pythonhosted.org/packages/39/58/9a76992bcd402f7eaf9a23fb164d56993db6c079d3fad67dc0a4df799d03/odh_elyra-4.2.4.tar.gz", upload-time = 2025-09-11T18:09:43Z, size = 2155769, hashes = { sha256 = "9563849a41e3d5f45f4923a00d9e6480a9d53787e076d6369248f880795d2130" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92c1c6c63b0fa6255897e515df6948778e521f603f59e75/odh_elyra-4.2.4-py3-none-any.whl", upload-time = 2025-09-11T18:09:41Z, size = 4317667, hashes = { sha256 = "227b1a35a3eef8a02409e3aa5081c3322bcd30cd8939b77575dfce397f3fa42b" } }]
version = "4.3.1"
sdist = { url = "https://files.pythonhosted.org/packages/f7/f4/6be53ca16125e7d3ca6cb86aa8f001ebe200977e429bedb4b6467e692328/odh_elyra-4.3.1.tar.gz", upload-time = 2025-10-09T14:53:22Z, size = 2196705, hashes = { sha256 = "522c85c647d97d3a5317389dc106452fdebf48f95ecbdea3db0aef1b43192475" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/b3/7a/009a5eb3e872330c22155928ffd3dcb8f139385b7de2a7540cad714be9bd/odh_elyra-4.3.1-py3-none-any.whl", upload-time = 2025-10-09T14:53:20Z, size = 4352762, hashes = { sha256 = "ae1008e0329e14d45a4c31b5436b00e732dcaa201cae15adb7f502249bf9d7a8" } }]

[[packages]]
name = "odh-jupyter-trash-cleanup"
Expand Down
2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"mysql-connector-python~=9.4.0",

# JupyterLab packages
"odh-elyra==4.2.4",
"odh-elyra==4.3.1",
"odh-jupyter-trash-cleanup==0.1.1",

"jupyterlab==4.4.7",
Expand Down
6 changes: 3 additions & 3 deletions jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2456,9 +2456,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/be/9c/92789c596b8df83

[[packages]]
name = "odh-elyra"
version = "4.2.4"
sdist = { url = "https://files.pythonhosted.org/packages/39/58/9a76992bcd402f7eaf9a23fb164d56993db6c079d3fad67dc0a4df799d03/odh_elyra-4.2.4.tar.gz", upload-time = 2025-09-11T18:09:43Z, size = 2155769, hashes = { sha256 = "9563849a41e3d5f45f4923a00d9e6480a9d53787e076d6369248f880795d2130" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92c1c6c63b0fa6255897e515df6948778e521f603f59e75/odh_elyra-4.2.4-py3-none-any.whl", upload-time = 2025-09-11T18:09:41Z, size = 4317667, hashes = { sha256 = "227b1a35a3eef8a02409e3aa5081c3322bcd30cd8939b77575dfce397f3fa42b" } }]
version = "4.3.1"
sdist = { url = "https://files.pythonhosted.org/packages/f7/f4/6be53ca16125e7d3ca6cb86aa8f001ebe200977e429bedb4b6467e692328/odh_elyra-4.3.1.tar.gz", upload-time = 2025-10-09T14:53:22Z, size = 2196705, hashes = { sha256 = "522c85c647d97d3a5317389dc106452fdebf48f95ecbdea3db0aef1b43192475" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/b3/7a/009a5eb3e872330c22155928ffd3dcb8f139385b7de2a7540cad714be9bd/odh_elyra-4.3.1-py3-none-any.whl", upload-time = 2025-10-09T14:53:20Z, size = 4352762, hashes = { sha256 = "ae1008e0329e14d45a4c31b5436b00e732dcaa201cae15adb7f502249bf9d7a8" } }]

[[packages]]
name = "odh-jupyter-trash-cleanup"
Expand Down
2 changes: 1 addition & 1 deletion jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"mysql-connector-python~=9.4.0",

# JupyterLab packages
"odh-elyra==4.2.4",
"odh-elyra==4.3.1",
"odh-jupyter-trash-cleanup==0.1.1",

"jupyterlab==4.4.7",
Expand Down
6 changes: 3 additions & 3 deletions jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2508,9 +2508,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/be/9c/92789c596b8df83

[[packages]]
name = "odh-elyra"
version = "4.2.4"
sdist = { url = "https://files.pythonhosted.org/packages/39/58/9a76992bcd402f7eaf9a23fb164d56993db6c079d3fad67dc0a4df799d03/odh_elyra-4.2.4.tar.gz", upload-time = 2025-09-11T18:09:43Z, size = 2155769, hashes = { sha256 = "9563849a41e3d5f45f4923a00d9e6480a9d53787e076d6369248f880795d2130" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92c1c6c63b0fa6255897e515df6948778e521f603f59e75/odh_elyra-4.2.4-py3-none-any.whl", upload-time = 2025-09-11T18:09:41Z, size = 4317667, hashes = { sha256 = "227b1a35a3eef8a02409e3aa5081c3322bcd30cd8939b77575dfce397f3fa42b" } }]
version = "4.3.1"
sdist = { url = "https://files.pythonhosted.org/packages/f7/f4/6be53ca16125e7d3ca6cb86aa8f001ebe200977e429bedb4b6467e692328/odh_elyra-4.3.1.tar.gz", upload-time = 2025-10-09T14:53:22Z, size = 2196705, hashes = { sha256 = "522c85c647d97d3a5317389dc106452fdebf48f95ecbdea3db0aef1b43192475" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/b3/7a/009a5eb3e872330c22155928ffd3dcb8f139385b7de2a7540cad714be9bd/odh_elyra-4.3.1-py3-none-any.whl", upload-time = 2025-10-09T14:53:20Z, size = 4352762, hashes = { sha256 = "ae1008e0329e14d45a4c31b5436b00e732dcaa201cae15adb7f502249bf9d7a8" } }]

[[packages]]
name = "odh-jupyter-trash-cleanup"
Expand Down
2 changes: 1 addition & 1 deletion jupyter/rocm/tensorflow/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"mysql-connector-python~=9.4.0",

# JupyterLab packages
"odh-elyra==4.2.4",
"odh-elyra==4.3.1",
"odh-jupyter-trash-cleanup==0.1.1",

"jupyterlab==4.4.7",
Expand Down
6 changes: 3 additions & 3 deletions jupyter/tensorflow/ubi9-python-3.12/pylock.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2619,9 +2619,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/be/9c/92789c596b8df83

[[packages]]
name = "odh-elyra"
version = "4.2.4"
sdist = { url = "https://files.pythonhosted.org/packages/39/58/9a76992bcd402f7eaf9a23fb164d56993db6c079d3fad67dc0a4df799d03/odh_elyra-4.2.4.tar.gz", upload-time = 2025-09-11T18:09:43Z, size = 2155769, hashes = { sha256 = "9563849a41e3d5f45f4923a00d9e6480a9d53787e076d6369248f880795d2130" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92c1c6c63b0fa6255897e515df6948778e521f603f59e75/odh_elyra-4.2.4-py3-none-any.whl", upload-time = 2025-09-11T18:09:41Z, size = 4317667, hashes = { sha256 = "227b1a35a3eef8a02409e3aa5081c3322bcd30cd8939b77575dfce397f3fa42b" } }]
version = "4.3.1"
sdist = { url = "https://files.pythonhosted.org/packages/f7/f4/6be53ca16125e7d3ca6cb86aa8f001ebe200977e429bedb4b6467e692328/odh_elyra-4.3.1.tar.gz", upload-time = 2025-10-09T14:53:22Z, size = 2196705, hashes = { sha256 = "522c85c647d97d3a5317389dc106452fdebf48f95ecbdea3db0aef1b43192475" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/b3/7a/009a5eb3e872330c22155928ffd3dcb8f139385b7de2a7540cad714be9bd/odh_elyra-4.3.1-py3-none-any.whl", upload-time = 2025-10-09T14:53:20Z, size = 4352762, hashes = { sha256 = "ae1008e0329e14d45a4c31b5436b00e732dcaa201cae15adb7f502249bf9d7a8" } }]

[[packages]]
name = "odh-jupyter-trash-cleanup"
Expand Down
2 changes: 1 addition & 1 deletion jupyter/tensorflow/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"mysql-connector-python~=9.4.0",

# JupyterLab packages
"odh-elyra==4.2.4",
"odh-elyra==4.3.1",
"odh-jupyter-trash-cleanup==0.1.1",

"jupyterlab==4.4.7",
Expand Down
6 changes: 3 additions & 3 deletions jupyter/trustyai/ubi9-python-3.12/pylock.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2319,9 +2319,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/be/9c/92789c596b8df83

[[packages]]
name = "odh-elyra"
version = "4.2.4"
sdist = { url = "https://files.pythonhosted.org/packages/39/58/9a76992bcd402f7eaf9a23fb164d56993db6c079d3fad67dc0a4df799d03/odh_elyra-4.2.4.tar.gz", upload-time = 2025-09-11T18:09:43Z, size = 2155769, hashes = { sha256 = "9563849a41e3d5f45f4923a00d9e6480a9d53787e076d6369248f880795d2130" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92c1c6c63b0fa6255897e515df6948778e521f603f59e75/odh_elyra-4.2.4-py3-none-any.whl", upload-time = 2025-09-11T18:09:41Z, size = 4317667, hashes = { sha256 = "227b1a35a3eef8a02409e3aa5081c3322bcd30cd8939b77575dfce397f3fa42b" } }]
version = "4.3.1"
sdist = { url = "https://files.pythonhosted.org/packages/f7/f4/6be53ca16125e7d3ca6cb86aa8f001ebe200977e429bedb4b6467e692328/odh_elyra-4.3.1.tar.gz", upload-time = 2025-10-09T14:53:22Z, size = 2196705, hashes = { sha256 = "522c85c647d97d3a5317389dc106452fdebf48f95ecbdea3db0aef1b43192475" } }
wheels = [{ url = "https://files.pythonhosted.org/packages/b3/7a/009a5eb3e872330c22155928ffd3dcb8f139385b7de2a7540cad714be9bd/odh_elyra-4.3.1-py3-none-any.whl", upload-time = 2025-10-09T14:53:20Z, size = 4352762, hashes = { sha256 = "ae1008e0329e14d45a4c31b5436b00e732dcaa201cae15adb7f502249bf9d7a8" } }]

[[packages]]
name = "odh-jupyter-trash-cleanup"
Expand Down
2 changes: 1 addition & 1 deletion jupyter/trustyai/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"mysql-connector-python~=9.4.0",

# JupyterLab packages
"odh-elyra==4.2.4",
"odh-elyra==4.3.1",
"odh-jupyter-trash-cleanup==0.1.1",

"jupyterlab==4.4.7",
Expand Down
4 changes: 2 additions & 2 deletions manifests/base/jupyter-datascience-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
{"name": "Pandas", "version": "2.3"},
{"name": "Scikit-learn", "version": "1.7"},
{"name": "Scipy", "version": "1.16"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.14"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.31"},
Expand Down Expand Up @@ -71,7 +71,7 @@ spec:
{"name": "Pandas", "version": "2.2"},
{"name": "Scikit-learn", "version": "1.6"},
{"name": "Scipy", "version": "1.15"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.11"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.30"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
{"name": "Pandas", "version": "2.3"},
{"name": "Scikit-learn", "version": "1.7"},
{"name": "Scipy", "version": "1.16"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.14"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.31"},
Expand Down
4 changes: 2 additions & 2 deletions manifests/base/jupyter-pytorch-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
{"name": "Pandas", "version": "2.3"},
{"name": "Scikit-learn", "version": "1.7"},
{"name": "Scipy", "version": "1.16"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.14"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.31"},
Expand Down Expand Up @@ -80,7 +80,7 @@ spec:
{"name": "Pandas", "version": "2.2"},
{"name": "Scikit-learn", "version": "1.6"},
{"name": "Scipy", "version": "1.15"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.11"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.30"},
Expand Down
4 changes: 2 additions & 2 deletions manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{"name": "Pandas", "version": "2.3"},
{"name": "Scikit-learn", "version": "1.7"},
{"name": "Scipy", "version": "1.16"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.14"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.31"},
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
{"name": "Pandas", "version": "2.2"},
{"name": "Scikit-learn", "version": "1.6"},
{"name": "Scipy", "version": "1.15"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.11"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.30"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{"name": "Pandas", "version": "2.3"},
{"name": "Scikit-learn", "version": "1.7"},
{"name": "Scipy", "version": "1.16"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.14"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.31"},
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
{"name": "Pandas", "version": "2.2"},
{"name": "Scikit-learn", "version": "1.6"},
{"name": "Scipy", "version": "1.15"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.11"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.30"},
Expand Down
4 changes: 2 additions & 2 deletions manifests/base/jupyter-tensorflow-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
{"name": "Pandas", "version": "2.3"},
{"name": "Scikit-learn", "version": "1.7"},
{"name": "Scipy", "version": "1.16"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.14"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.31"},
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
{"name": "Pandas", "version": "2.2"},
{"name": "Scikit-learn", "version": "1.6"},
{"name": "Scipy", "version": "1.15"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.11"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.30"},
Expand Down
4 changes: 2 additions & 2 deletions manifests/base/jupyter-trustyai-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
{"name": "Pandas", "version": "1.5"},
{"name": "Scikit-learn", "version": "1.7"},
{"name": "Scipy", "version": "1.16"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.14"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.31"},
Expand Down Expand Up @@ -80,7 +80,7 @@ spec:
{"name": "Pandas", "version": "1.5"},
{"name": "Scikit-learn", "version": "1.5"},
{"name": "Scipy", "version": "1.15"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "Odh-Elyra", "version": "4.3"},
{"name": "PyMongo", "version": "4.11"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.30"},
Expand Down
Loading
Loading