Преглед на файлове

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

bharatk-parallel преди 4 години
родител
ревизия
9e084aa6cd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      hpc_ai/ai_science_cfd/README.MD

+ 1 - 1
hpc_ai/ai_science_cfd/README.MD

@@ -34,7 +34,7 @@ and copy the files to your local machine to make sure changes are stored locally
 `singularity run <image_name>.simg cp -rT /workspace ~/workspace`
 
 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
 Start working on the lab by clicking on the `Start_Here.ipynb` notebook.