Skip to content

Commit 42cbf6a

Browse files
committed
Merge branch 'SI-container' of https://github.com/vncntprvst/spikeinterface-dockerfiles into SI-container
2 parents f0d3715 + 74dd802 commit 42cbf6a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

spikeinterface-jupyterlab/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ Drag and drop the data folder on either `.bat` file (see `launch_scripts` folder
55

66
![Drag and Drop](images/DragAndDropDemo.gif)
77

8-
Which launch script should you pick?
9-
`SpikeInterface_OneOff.bat` will start a on-off sesssion. The container will self-destroy upon shutdown (not just closing the tab though). If the tab is closed, go back to your session at this address: http://localhost:8888/lab?token=mytoken.
8+
_Which launch script should you pick?_
9+
10+
`SpikeInterface_OneOff.bat` will start a one-off sesssion. The container will self-destroy upon shutdown (not just closing the tab though). If the tab is closed, go back to your session at this address: http://localhost:8888/lab?token=mytoken.
11+
1012
`SpikeInterface_Persist.bat` will start a persistent container that can be reused. The drawback is that data folder will stay the same until the container is stopped and remove (which can be done following instructions below).
1113
In the `.bat`, please replace "mytoken" by some other word of your choice.
1214

@@ -31,7 +33,7 @@ Files can be downloaded with right-click > download.
3133

3234

3335
**Important Note**
34-
The `--rm` flag means the container is a on-off (will self-destroy upon closure).
36+
The `--rm` flag means the container is a one-off (will self-destroy upon closure).
3537
To make the container persitant, remove the `--rm flag` from the docker call. In which case, the container will persist. To start a stopped container, run `docker start spikeinterface` in a terminal, or use the Docker Desktop interface to start it.
3638

3739
### How to build this image

0 commit comments

Comments
 (0)