envd icon indicating copy to clipboard operation
envd copied to clipboard

enhancement(build): configure user permissions takes too much time

Open gaocegege opened this issue 3 years ago • 2 comments

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 👍.

gaocegege avatar Jul 21 '22 00:07 gaocegege

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.

aseaday avatar Jul 21 '22 09:07 aseaday

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.

gaocegege avatar Jul 21 '22 10:07 gaocegege

Close this because #933 fixed it.

kemingy avatar Oct 04 '22 02:10 kemingy