Skip to content

Commit

Permalink
Update Codeflare SDK release tag for 2.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripetrlik committed Jan 20, 2025
1 parent 7a1176f commit 998e778
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# image and the sdk has a fixed value because the version matters
@dsl.component(packages_to_install=["codeflare-sdk==v0.24.0"], base_image=common_base_image)
@dsl.component(packages_to_install=["codeflare-sdk==v0.25.0"], base_image=common_base_image)
def ray_fn() -> int:
import ray # noqa: PLC0415
from codeflare_sdk import generate_cert # noqa: PLC0415
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ deploymentSpec:
- -c
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\
\ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.11.0'\
\ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.9.0'\
\ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"3.9\"' &&\
\ python3 -m pip install --quiet --no-warn-script-location 'codeflare-sdk==v0.24.0'\
\ python3 -m pip install --quiet --no-warn-script-location 'codeflare-sdk==v0.25.0'\
\ && \"$0\" \"$@\"\n"
- sh
- -ec
Expand Down Expand Up @@ -76,4 +76,4 @@ root:
taskInfo:
name: ray-fn
schemaVersion: 2.1.0
sdkVersion: kfp-2.11.0
sdkVersion: kfp-2.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
)

# image and the sdk has a fixed value because the version matters
@dsl.component(packages_to_install=["codeflare-sdk==v0.24.0"], base_image=common_base_image)
@dsl.component(packages_to_install=["codeflare-sdk==v0.25.0"], base_image=common_base_image)
def ray_fn(
AWS_DEFAULT_ENDPOINT: str,
AWS_STORAGE_BUCKET: str,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ deploymentSpec:
- -c
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\
\ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.11.0'\
\ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.9.0'\
\ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"3.9\"' &&\
\ python3 -m pip install --quiet --no-warn-script-location 'codeflare-sdk==v0.24.0'\
\ python3 -m pip install --quiet --no-warn-script-location 'codeflare-sdk==v0.25.0'\
\ && \"$0\" \"$@\"\n"
- sh
- -ec
Expand Down Expand Up @@ -259,4 +259,4 @@ root:
AWS_STORAGE_BUCKET_MNIST_DIR:
parameterType: STRING
schemaVersion: 2.1.0
sdkVersion: kfp-2.11.0
sdkVersion: kfp-2.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Resource ../../../../tasks/Resources/RHODS_OLM/install/oc_install.robot


*** Variables ***
${CODEFLARE-SDK-RELEASE-TAG} v0.23.1
${CODEFLARE-SDK-RELEASE-TAG} v0.25.0
${CODEFLARE-SDK-RELEASE-TAG-3.9} adjustments-release-0.21.1
${CODEFLARE-SDK_DIR} codeflare-sdk
${CODEFLARE-SDK_REPO_URL} %{CODEFLARE-SDK_REPO_URL=https://github.com/project-codeflare/codeflare-sdk.git}
Expand Down

0 comments on commit 998e778

Please sign in to comment.