Skip to content

Commit 832491a

Browse files
committed
Default to Ray container image provided by OpenShift AI
1 parent fcf105a commit 832491a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/defaults.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ package support
66

77
const (
88
CodeFlareSDKVersion = "0.12.0"
9-
RayVersion = "2.5.0"
10-
RayImage = "quay.io/project-codeflare/ray:2.20.0-py39-cu118"
9+
RayVersion = "2.23.0"
10+
RayImage = "quay.io/rhoai/ray:2.23.0-py39-cu121"
1111
)

0 commit comments

Comments
 (0)