Project-MONAI / Project-MONAI/monai-deploy-app-sdk
[FEA] Update Docker image to resolve permission issue
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 138
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Follow up change/comments for:
- https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/168
- https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/168#discussion_r725550615
- https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/168#discussion_r725551221
- https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/168#pullrequestreview-775615834
Need to figure out the general solution.
Describe the solution you'd like
The general solution could be involved in using a tool like gosu (https://github.com/tianon/gosu) and changing folder permission at launch time.
May can refer to Jupyter notebook docker’s solution (https://github.com/jupyter/docker-stacks).
This is how Jupyter notebook docker workaround the user/permission issue.
- https://jupyter-docker-stacks.readthedocs.io/en/latest/
- https://github.com/jupyter/docker-stacks/blob/master/base-notebook/Dockerfile
It calls this script to fix permission settings:
Another info: Kubeflow serving Jupyterlab
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.