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.
2 parents 1a3febb + c23f238 commit 5581afaCopy full SHA for 5581afa
.github/container/Dockerfile.base
@@ -127,6 +127,12 @@ 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
+## Install Ray
132
133
+RUN echo "ray==2.37.0" >> /opt/pip-tools.d/requirements-ray.in
134
+EXPOSE 6379 8265 10001-10004
135
+
136
###############################################################################
137
## Install TCPx
138
0 commit comments