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

Setup separate environments on Redmond.ai box #45

Open
mrcabbage972 opened this issue May 6, 2023 · 2 comments
Open

Setup separate environments on Redmond.ai box #45

mrcabbage972 opened this issue May 6, 2023 · 2 comments
Labels

Comments

@mrcabbage972
Copy link
Collaborator

It's currently difficult to work on the box because it has a single user with a single environment, which frequently gets broken.

To solve it, we should either create separate users or install docker.

@mrcabbage972
Copy link
Collaborator Author

So the way to create users is:

  1. login as the ubuntu user
  2. sudo adduser [user name]
  3. sudo passwrd [user name] - will prompt for the password
  4. su - [user name] - will switch the current session to the user
  5. whoami - to verify that the new user is indeed active

@henk717
Copy link
Collaborator

henk717 commented May 12, 2023

On the merging server (Seperate machine) we also use a shared account, but there anyone who wants to deviate from the default packages is expected to make a personal conda env. This can be desirable to adopt if you do want shared file access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants