We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272c8b3 commit bdf34ccCopy full SHA for bdf34cc
Makefile
@@ -2,7 +2,7 @@
2
CODEFLARE_SDK_VERSION ?= 0.9.0
3
4
# RAY_VERSION defines the default version of Ray (used for testing)
5
-RAY_VERSION ?= 2.5.0
+RAY_VERSION ?= 2.35.0
6
7
# RAY_IMAGE defines the default container image for Ray (used for testing)
8
RAY_IMAGE ?= rayproject/ray:$(RAY_VERSION)
support/defaults.go
@@ -7,5 +7,5 @@ package support
const (
CodeFlareSDKVersion = "0.12.0"
9
RayVersion = "2.23.0"
10
- RayImage = "quay.io/rhoai/ray:2.23.0-py39-cu121"
+ RayImage = "quay.io/modh/ray:2.35.0-py39-cu121"
11
)
0 commit comments