We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920457c commit c23f238Copy full SHA for c23f238
.github/container/Dockerfile.base
@@ -127,11 +127,11 @@ git commit -m 'Adds JAX_TOOLBOX_VCS_EQUIVALENCY as a trigger to treat all github
127
EOF
128
RUN pip install --upgrade --no-cache-dir -e /opt/pip pip-tools && rm -rf ~/.cache/*
129
130
-
131
###############################################################################
132
## Install Ray
133
134
-RUN pip install ray
+RUN echo "ray==2.37.0" >> /opt/pip-tools.d/requirements-ray.in
+EXPOSE 6379 8265 10001-10004
135
136
137
## Install TCPx
0 commit comments