Skip to content

Commit ff0e074

Browse files
[Chore][CI] Upgrade Ray version to 2.55.0 to support entrypointLabelSelector (#4884)
1 parent 156391d commit ff0e074

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.buildkite/setup-env.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apt-get update
3535
apt-get install -y python3.11 python3-pip python3-venv python3-dev build-essential
3636

3737
# Install requirements
38-
pip install --break-system-packages ray[default]==2.52.0
38+
pip install --break-system-packages ray[default]==2.55.0
3939

4040
# Bypass Git's ownership check due to unconventional user IDs in Docker containers
4141
git config --global --add safe.directory /workdir
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package support
22

33
const (
4-
RayVersion = "2.52.0"
5-
RayImage = "rayproject/ray:2.52.0"
4+
RayVersion = "2.55.0"
5+
RayImage = "rayproject/ray:2.55.0"
66
KuberayUpgradeVersion = "v1.6.0"
77
)

0 commit comments

Comments
 (0)