Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][Core]The first PR for runnint worker in container #162

Closed
wants to merge 23 commits into from

Conversation

chenk008
Copy link
Collaborator

@chenk008 chenk008 commented May 13, 2021

Why are these changes needed?

We want to use container to resource limit. And we use container image to support different dependencies.
This is the first PR to implements that feature. By using Podman, Worker process will started in container. But we can't specify the contain image, so the container image is ray by default.

We will add container option fields to runtime_env in next PR, and supports to specify the contain image.

Related issue number

Checks

  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@chenk008 chenk008 changed the title Worker in container [Core]The first PR for runnint worker in container May 19, 2021
@chenk008 chenk008 changed the title [Core]The first PR for runnint worker in container [WIP][Core]The first PR for runnint worker in container May 19, 2021
@chenk008 chenk008 closed this May 19, 2021
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.

1 participant