Bläddra i källkod

Fixed README to change the jupyter directory to point to jupyter notebook

bharatk-parallel 4 år sedan
förälder
incheckning
9c61991d9f
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      hpc_ai/ai_science_climate/README.MD

+ 2 - 1
hpc_ai/ai_science_climate/README.MD

@@ -33,8 +33,9 @@ To build the singularity container, run:
 and copy the files to your local machine to make sure changes are stored locally:
 and copy the files to your local machine to make sure changes are stored locally:
 `singularity run <image_name>.simg cp -rT /workspace ~/workspace`
 `singularity run <image_name>.simg cp -rT /workspace ~/workspace`
 
 
+
 Then, run the container:
 Then, run the container:
-`singularity run --nv <image_name>.simg jupyter notebook --notebook-dir=~/workspace`
+`singularity run --nv <image_name>.simg jupyter notebook --notebook-dir=~/workspace/python/jupyter_notebook`
 
 
 Then, open the jupyter notebook in browser: http://localhost:8888
 Then, open the jupyter notebook in browser: http://localhost:8888
 Start working on the lab by clicking on the `Start_Here.ipynb` notebook.
 Start working on the lab by clicking on the `Start_Here.ipynb` notebook.