diff --git a/images/base-notebook/start-notebook.py b/images/base-notebook/start-notebook.py index b46217e277..973da5aad1 100755 --- a/images/base-notebook/start-notebook.py +++ b/images/base-notebook/start-notebook.py @@ -17,7 +17,7 @@ # Entrypoint is start.sh command = [] -# If we want to survive restarts, tell that to start.sh +# If we want to survive restarts, launch the command using `run-one-constantly` if os.environ.get("RESTARTABLE") == "yes": command.append("run-one-constantly")