Skip to content
Snippets Groups Projects
Commit bdb07c1e authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Modifying instructions to add a rc-training-sessions layer in DATA_USER

parent 0bac09f5
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ Copy and paste the following code into the editor window. (Replace all current c ...@@ -14,8 +14,8 @@ Copy and paste the following code into the editor window. (Replace all current c
``` ```
#!/bin/bash #!/bin/bash
# JOB HEADERS HERE # JOB HEADERS HERE
mkdir -p /data/user/$USER/rc-training-sessions
git clone https://gitlab.rc.uab.edu/rc-training-sessions/singularity_containers.git /data/user/$USER/singularity_containers git clone https://gitlab.rc.uab.edu/rc-training-sessions/singularity_containers.git /data/user/$USER/rc-training-sessions/singularity_containers
``` ```
...@@ -32,5 +32,5 @@ module load Anaconda3 ...@@ -32,5 +32,5 @@ module load Anaconda3
## Extra Jupyter Arguments: ## Extra Jupyter Arguments:
``` ```
--notebook-dir=/data/user/$USER/singularity_containers --notebook-dir=/data/user/$USER/rc-training-sessions/singularity_containers
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment