There was an error while loading. Please reload this page.
1 parent 156391d commit ff0e074Copy full SHA for ff0e074
2 files changed
.buildkite/setup-env.sh
@@ -35,7 +35,7 @@ apt-get update
35
apt-get install -y python3.11 python3-pip python3-venv python3-dev build-essential
36
37
# Install requirements
38
-pip install --break-system-packages ray[default]==2.52.0
+pip install --break-system-packages ray[default]==2.55.0
39
40
# Bypass Git's ownership check due to unconventional user IDs in Docker containers
41
git config --global --add safe.directory /workdir
ray-operator/test/support/defaults.go
@@ -1,7 +1,7 @@
1
package support
2
3
const (
4
- RayVersion = "2.52.0"
5
- RayImage = "rayproject/ray:2.52.0"
+ RayVersion = "2.55.0"
+ RayImage = "rayproject/ray:2.55.0"
6
KuberayUpgradeVersion = "v1.6.0"
7
)
0 commit comments