envd
envd copied to clipboard
enhancement(build): configure user permissions takes too much time
Description
It takes too much time to configure the user permissions
=> [internal] create user group envd 0.4s
=> [internal] create user envd 0.5s
=> [internal] add user envd to sudoers 0.4s
=> [internal] configure user permissions 0.3s
=> [internal] configure user permissions 60.8s
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
It is cause by chown -R
https://github.com/docker/for-linux/issues/388#issuecomment-1140409167 is a good idea but not for our case.
Yep, I am not sure if we really need the -R chown since it is only to fix conda problems. Maybe we can have fine-grain control.
Close this because #933 fixed it.