Replies: 1 comment
-
Since IsaacLab now can be installed via pip, this topic becomes irrelevant for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is generally considered bad practice to do anything from root, so I wonder what is the point of that in isaac-lab container? For me as a sim user it spoils UX by messing up files ownership, e.g. I can't git stash anything from host because files are owned by root.
Btw, adding non-root user to container is not hard, there is how I do it in my Dockerfiles:
Beta Was this translation helpful? Give feedback.
All reactions