Skip to content
Snippets Groups Projects
Commit 9bfe805f authored by Saisri Vegesna's avatar Saisri Vegesna
Browse files

Update README.md

parent 3859dbf1
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,28 @@ Now load the Anaconda module and create environment on Cheaha cluster: ...@@ -8,3 +8,28 @@ Now load the Anaconda module and create environment on Cheaha cluster:
$module load Anaconda3 $module load Anaconda3
$conda env create -f environment-slurm-ds.yml $conda env create -f environment-slurm-ds.yml
``` ```
# Check to see if the environment works
After the environment is created, you can start up an interactive Jupyter notebook session through rc.uab.edu to check if the environment works.
Under environment setup, specify
```
# Load required modules
module load cuda10.0/toolkit
module load Anaconda3
```
Under Extra jupyter arguments, specify
```
--notebook-dir=/data/user/$USER/slurm-ds
```
For partition, specify
```
pascalnodes
```
\ No newline at end of file
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