Skip to content

Commit

Permalink
Updated odh-elyra from 4.0.0.dev1 to 4.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovmr committed Sep 26, 2024
1 parent 22e395c commit 0bd396e
Show file tree
Hide file tree
Showing 13 changed files with 1,360 additions and 1,230 deletions.
2 changes: 1 addition & 1 deletion jupyter/datascience/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mysql-connector-python = "~=9.0.0"

# JupyterLab packages

odh-elyra = "==4.0.0.dev1"
odh-elyra = "==4.0.0rc0"

jupyterlab = "~=4.2.4"
jupyter-bokeh = "~=4.0.5"
Expand Down
636 changes: 342 additions & 294 deletions jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions jupyter/datascience/ubi9-python-3.11/setup-elyra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ fi
# export 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"
# Environment vars set for accessing following dependencies for air-gapped enviroment
export ELYRA_BOOTSTRAP_SCRIPT_URL="file:///opt/app-root/bin/utils/bootstrapper.py"
export ELYRA_PIP_CONFIG_URL="file:///opt/app-root/bin/utils/pip.conf"
export ELYRA_REQUIREMENTS_URL="file:///opt/app-root/bin/utils/requirements-elyra.txt"
2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mysql-connector-python = "~=9.0.0"

# JupyterLab packages

odh-elyra = "==4.0.0.dev1"
odh-elyra = "==4.0.0rc0"

jupyterlab = "~=4.2.4"
jupyter-bokeh = "~=4.0.5"
Expand Down
621 changes: 334 additions & 287 deletions jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mysql-connector-python = "~=9.0.0"

# JupyterLab packages

odh-elyra = "==4.0.0.dev1"
odh-elyra = "==4.0.0rc0"

jupyterlab = "~=4.2.4"
jupyter-bokeh = "~=4.0.5"
Expand Down
636 changes: 341 additions & 295 deletions jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mysql-connector-python = "~=9.0.0"

# JupyterLab packages

odh-elyra = "==4.0.0.dev1"
odh-elyra = "==4.0.0rc0"

jupyterlab = "~=4.2.4"
jupyter-bokeh = "~=4.0.5"
Expand Down
67 changes: 31 additions & 36 deletions jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jupyter/tensorflow/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pyodbc = "~=5.1.0"
mysql-connector-python = "~=9.0.0"

# JupyterLab packages
odh-elyra = "==4.0.0.dev1"
odh-elyra = "==4.0.0rc0"

jupyterlab = "~=4.2.4"
jupyter-bokeh = "~=4.0.5"
Expand Down
36 changes: 14 additions & 22 deletions jupyter/tensorflow/ubi9-python-3.11/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jupyter/trustyai/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pyodbc = "~=5.1.0"
mysql-connector-python = "~=9.0.0"

# JupyterLab packages
odh-elyra = "==4.0.0.dev1"
odh-elyra = "==4.0.0rc0"

jupyterlab = "~=4.2.4"
jupyter-bokeh = "~=3.0.5" # Should be pinned down to this version in order to be compatible with trustyai
Expand Down
Loading

0 comments on commit 0bd396e

Please sign in to comment.