Skip to content

Commit 5581afa

Browse files
Merge branch 'chase/ray_install' of https://github.com/chaserileyroberts/JAX-Toolbox into add-ray
Co-authored-by: Chase Riley Roberts <[email protected]>
2 parents 1a3febb + c23f238 commit 5581afa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/container/Dockerfile.base

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ 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+
###############################################################################
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+
130136
###############################################################################
131137
## Install TCPx
132138
###############################################################################

0 commit comments

Comments
 (0)