Skip to content

Commit

Permalink
remove non-persistant homedirectory option
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Jul 13, 2024
1 parent 1be51d2 commit a16e829
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions content/en/docs/Getting Started/Neurodesktop/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Create a local folder where the downloaded applications will be stored, e.g. ~/n

1. Open a terminal, and type the following command to automatically download the neurodesktop container and run it

1.a) with a persistent home directory:
```shell
docker volume create neurodesk-home &&
docker run \
Expand All @@ -52,15 +51,6 @@ docker run \
-p 8888:8888 -e NEURODESKTOP_VERSION={{< params/neurodesktop/jupyter_neurodesk_version >}} vnmd/neurodesktop:{{< params/neurodesktop/jupyter_neurodesk_version >}}
```

1.b) without a persistent home directory:
```shell
docker run \
--shm-size=1gb -it --privileged --user=root --name neurodesktop \
-v ~/neurodesktop-storage:/neurodesktop-storage \
-e NB_UID="$(id -u)" -e NB_GID="$(id -g)" \
-p 8888:8888 -e NEURODESKTOP_VERSION={{< params/neurodesktop/jupyter_neurodesk_version >}} vnmd/neurodesktop:{{< params/neurodesktop/jupyter_neurodesk_version >}}
```

<!-- neurodesktop version found in neurodesk.github.io/data/neurodesktop.toml -->

{{< alert color="warning" >}}
Expand Down

0 comments on commit a16e829

Please sign in to comment.