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

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

Closed
gaocegege opened this issue Jul 21, 2022 · 3 comments
Closed

Comments

@gaocegege
Copy link
Member

gaocegege commented Jul 21, 2022

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

@aseaday
Copy link
Member

aseaday commented Jul 21, 2022

It is cause by chown -R
docker/for-linux#388 (comment) is a good idea but not for our case.

@gaocegege
Copy link
Member Author

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.

@kemingy
Copy link
Member

kemingy commented Oct 4, 2022

Close this because #933 fixed it.

@kemingy kemingy closed this as completed Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

No branches or pull requests

3 participants