JohannesWiesner / csp_docker

A repository for creating Docker and Singularity files using Neurodocker
0 stars 1 forks source link

Don't run jupyter-notebook by default #11

Closed JohannesWiesner closed 1 year ago

JohannesWiesner commented 1 year ago

Currently, when running the image as container, jupyter-notebook is always started by default. But sometimes users don't even want this to happen but only want to run the container and start a different software (mricron, octave, etc.) or use a different IDE than jupyter-lab/notebook. When running the container the conda environment should be activated but after this nothing more should happen. Users then should decide themselves what to do next.

JohannesWiesner commented 1 year ago

Also right now, when shutting down the jupyter-notebook server, the whole container stops running. It should be possible to shut down the jupyter-notebook server independently from shutting down the container as a whole