Skip to content

Conversation

@avigyabb
Copy link

No description provided.

# The Anyscale pre-start script replaces Ray at container startup, removing the JAR.
RUN RAY_VERSION=$(/home/ray/anaconda3/bin/python -c "import ray; print(ray.__version__)") && \
cd /tmp && \
/home/ray/anaconda3/bin/pip download "ray==${RAY_VERSION}" --no-deps -d . && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need to pip download ray? Can't you just use the Ray in the image already?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants