Skip to content

Commit c23f238

Browse files
authored
Pin ray version and expose ray worker ports
1 parent 920457c commit c23f238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/container/Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ git commit -m 'Adds JAX_TOOLBOX_VCS_EQUIVALENCY as a trigger to treat all github
127127
EOF
128128
RUN pip install --upgrade --no-cache-dir -e /opt/pip pip-tools && rm -rf ~/.cache/*
129129

130-
131130
###############################################################################
132131
## Install Ray
133132
###############################################################################
134-
RUN pip install ray
133+
RUN echo "ray==2.37.0" >> /opt/pip-tools.d/requirements-ray.in
134+
EXPOSE 6379 8265 10001-10004
135135

136136
###############################################################################
137137
## Install TCPx

0 commit comments

Comments
 (0)