Skip to content

Commit eb433fc

Browse files
Merge pull request #715 from paulovmr/odh-elyra-4-0-0-rc0
Updated odh-elyra from 4.0.0.dev1 to 4.0.0rc0
2 parents 043e948 + 0bd396e commit eb433fc

File tree

13 files changed

+1360
-1230
lines changed

13 files changed

+1360
-1230
lines changed

jupyter/datascience/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mysql-connector-python = "~=9.0.0"
2828

2929
# JupyterLab packages
3030

31-
odh-elyra = "==4.0.0.dev1"
31+
odh-elyra = "==4.0.0rc0"
3232

3333
jupyterlab = "~=4.2.4"
3434
jupyter-bokeh = "~=4.0.5"

jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Lines changed: 342 additions & 294 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/datascience/ubi9-python-3.11/setup-elyra.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ fi
1818
# export PIPELINES_SSL_SA_CERTS="/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
1919
export KF_PIPELINES_SA_TOKEN_ENV="/var/run/secrets/kubernetes.io/serviceaccount/token"
2020
export KF_PIPELINES_SA_TOKEN_PATH="/var/run/secrets/kubernetes.io/serviceaccount/token"
21-
# Environment vars set for accessing following dependencies for air-gapped enviroment
22-
export ELYRA_BOOTSTRAP_SCRIPT_URL="file:///opt/app-root/bin/utils/bootstrapper.py"
23-
export ELYRA_PIP_CONFIG_URL="file:///opt/app-root/bin/utils/pip.conf"
24-
export ELYRA_REQUIREMENTS_URL="file:///opt/app-root/bin/utils/requirements-elyra.txt"

jupyter/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mysql-connector-python = "~=9.0.0"
3838

3939
# JupyterLab packages
4040

41-
odh-elyra = "==4.0.0.dev1"
41+
odh-elyra = "==4.0.0rc0"
4242

4343
jupyterlab = "~=4.2.4"
4444
jupyter-bokeh = "~=4.0.5"

jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

Lines changed: 334 additions & 287 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mysql-connector-python = "~=9.0.0"
4040

4141
# JupyterLab packages
4242

43-
odh-elyra = "==4.0.0.dev1"
43+
odh-elyra = "==4.0.0rc0"
4444

4545
jupyterlab = "~=4.2.4"
4646
jupyter-bokeh = "~=4.0.5"

jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock

Lines changed: 341 additions & 295 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mysql-connector-python = "~=9.0.0"
3333

3434
# JupyterLab packages
3535

36-
odh-elyra = "==4.0.0.dev1"
36+
odh-elyra = "==4.0.0rc0"
3737

3838
jupyterlab = "~=4.2.4"
3939
jupyter-bokeh = "~=4.0.5"

jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile.lock

Lines changed: 31 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/tensorflow/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pyodbc = "~=5.1.0"
3232
mysql-connector-python = "~=9.0.0"
3333

3434
# JupyterLab packages
35-
odh-elyra = "==4.0.0.dev1"
35+
odh-elyra = "==4.0.0rc0"
3636

3737
jupyterlab = "~=4.2.4"
3838
jupyter-bokeh = "~=4.0.5"

0 commit comments

Comments
 (0)