Skip to content

Commit 7bb8706

Browse files
committed
ENG-21369: Updates example to Python 3.11
1 parent b436a5a commit 7bb8706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/running-distributed-data-science-workloads-from-ds-pipelines.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ from kfp import dsl
7979
8080
8181
@dsl.component(
82-
base_image="registry.redhat.io/ubi8/python-39:latest",
82+
base_image="registry.redhat.io/ubi9/python-311:latest",
8383
packages_to_install=['codeflare-sdk']
8484
)
8585
@@ -98,7 +98,7 @@ def ray_fn():
9898
worker_memory_requests=1,
9999
worker_memory_limits=1,
100100
worker_extended_resource_requests={“nvidia.com/gpu”: 1}, <5>
101-
image="quay.io/modh/ray:2.35.0-py39-cu121", <6>
101+
image="quay.io/modh/ray:2.44.1-py311-cu121", <6>
102102
local_queue="local_queue_name", <7>
103103
)
104104
)

0 commit comments

Comments
 (0)