Open
Description
Is your feature request related to a problem? Please describe.
Follow up change/comments for:
- Build package with local UID/GID and fast-retrieve app/package information #168
- Build package with local UID/GID and fast-retrieve app/package information #168 (comment)
- Build package with local UID/GID and fast-retrieve app/package information #168 (comment)
- Build package with local UID/GID and fast-retrieve app/package information #168 (review)
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