Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Update Elyra to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akchinSTC committed Mar 10, 2022
1 parent 22d5ada commit f7ace48
Show file tree
Hide file tree
Showing 3 changed files with 686 additions and 905 deletions.
9 changes: 9 additions & 0 deletions .s2i/bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,21 @@ DEFAULT_RUNTIME_FILE=$(jupyter --data-dir)/metadata/runtimes/my_kfp.json
COS_BUCKET=$(replace_invalid_characters "$COS_BUCKET")
export COS_BUCKET=${COS_BUCKET:-default}

# If Kubeflow credentials are not supplied, use default Kubeflow installation credentials
KF_USERNAME="${KF_USERNAME:=user@example.com}"
KF_PASSWORD="${KF_PASSWORD:=12341234}"

if [[ ! -f "$DEFAULT_RUNTIME_FILE" ]]; then
elyra-metadata install runtimes --schema_name=kfp \
--name=my_kfp \
--display_name="Default Kubeflow Pipeline Runtime" \
--user_namespace="kubeflow-user-example-com" \
--auth_type="DEX_STATIC_PASSWORDS" \
--api_endpoint=http://ml-pipeline-ui.kubeflow/pipeline \
--api_username="$KF_USERNAME" \
--api_password="$KF_PASSWORD" \
--cos_endpoint=http://minio-service.kubeflow:9000 \
--cos_auth_type="USER_CREDENTIALS" \
--cos_username="$AWS_ACCESS_KEY_ID" \
--cos_password="$AWS_SECRET_ACCESS_KEY" \
--cos_bucket="$COS_BUCKET" \
Expand Down
5 changes: 4 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ verify_ssl = true
[dev-packages]

[packages]
elyra = "==2.2.4"
elyra = "==3.6.0"
kfp-tekton = "~=1.1.1"
elyra-examples-kfp-catalog = "==0.1.0"
python-gitlab = "~=3.2.0"

[requires]
python_version = "3.8"
Expand Down
Loading

0 comments on commit f7ace48

Please sign in to comment.