Skip to content

Commit bdf34cc

Browse files
committed
Upgrade Ray to version 2.35.0
1 parent 272c8b3 commit bdf34cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CODEFLARE_SDK_VERSION ?= 0.9.0
33

44
# RAY_VERSION defines the default version of Ray (used for testing)
5-
RAY_VERSION ?= 2.5.0
5+
RAY_VERSION ?= 2.35.0
66

77
# RAY_IMAGE defines the default container image for Ray (used for testing)
88
RAY_IMAGE ?= rayproject/ray:$(RAY_VERSION)

support/defaults.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ package support
77
const (
88
CodeFlareSDKVersion = "0.12.0"
99
RayVersion = "2.23.0"
10-
RayImage = "quay.io/rhoai/ray:2.23.0-py39-cu121"
10+
RayImage = "quay.io/modh/ray:2.35.0-py39-cu121"
1111
)

0 commit comments

Comments
 (0)