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

[REVIEW] Update Image Entrypoints #143

Merged
merged 3 commits into from
Sep 2, 2020

Conversation

ajschmidt8
Copy link
Member

@ajschmidt8 ajschmidt8 commented Aug 14, 2020

This PR updates the entrypoint in our images. The new entrypoint contains some instructions to create a new user with an id that can (optionally) be passed into the container at runtime (i.e. docker run -e HOST_USER_ID=$(id -u $USER)...). This ensures that volume files created from within the container are writeable/deleteable from users outside of the container.

The new entrypoint scripts replace .run_in_rapids.sh, start_jupyter.sh, and .start_jupyter_run_in_rapids.sh so those files have therefore been deleted.

Additionally, sudo has been installed on all base, runtime, and devel images.

Finally, the stable DockerHub readmes have been updated as part of this PR.

@ajschmidt8
Copy link
Member Author

ajschmidt8 commented Aug 14, 2020

still need to:

  • update docs
  • validate runtime/devel images locally

@ajschmidt8 ajschmidt8 marked this pull request as ready for review August 17, 2020 19:10
@ajschmidt8 ajschmidt8 requested a review from mike-wendt August 17, 2020 19:11
@ajschmidt8 ajschmidt8 changed the title [WIP] Update Image Entrypoints [REVIEW] Update Image Entrypoints Aug 17, 2020
@mike-wendt
Copy link
Contributor

@ajschmidt8 good work, let's target for 0.16 and use this PR for testing as we get the same PR builds as in gpuci-build-environment

@ajschmidt8 ajschmidt8 changed the base branch from branch-0.15 to branch-0.16 August 28, 2020 13:57
@ajschmidt8 ajschmidt8 merged commit a0ef967 into rapidsai:branch-0.16 Sep 2, 2020
@ajschmidt8 ajschmidt8 deleted the update-entrypoints branch September 2, 2020 15:49
@ajschmidt8 ajschmidt8 mentioned this pull request Oct 14, 2020
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.

3 participants