-
Notifications
You must be signed in to change notification settings - Fork 10
Update SURF setup instructions #128
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
Conversation
|
Works as expected: |
|
Cool! I think we're good then. I have also added notes in the notebook (Course Facilitator notes) mentioning how to update the conda environment with the latest version of virtualship. Feel free to review the notebook |
ammedd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good and seems to work. Will do more (general) testing this afternoon
| "```\n", | ||
| "\n", | ||
| "The `data/{your storage name}` folder is your persistent storage. This is the primary place you should store your `virtualship` configs and content relevant to this unit.\n", | ||
| "The `data/shared-storage` folder is your persistent storage. Here you can make a folder (e.g., `mkdir data/shared-storage/{your-name}` replacing `{your-name}` with your name) to house your work for the unit. This folder will be visible to anyone using the workspace, but only you will be able to make edits to it. This is the primary place you should store your `virtualship` configs and content relevant to this unit.\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replacing {your-name} with your name)
suggestion: add (group)
replacing {your-name} with your (group) name)
| "# conda environments:\n", | ||
| "#\n", | ||
| "base * /etc/miniconda\n", | ||
| "virtualship /etc/miniconda/envs/virtualship`\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In line 68 remove (base) $
This PR updates the instructions to setting up the SURF environments. Now we're only using one workspace (32gb ram, 4 cores) with an attached storage (1.5Tb). Users can create their own folders in
data/shared-storage/{group-name}which everyone can see but only the user creating it can edit.@ammedd would you mind doing
cat ~/data/shared-storage/nick/text.txtandrm ~/data/shared-storage/nick/text.txtin the instance to check that the permissions work properly? The first command should show the file contents, and the second should fail.Closes #123