Skip to content

Commit

Permalink
Fix information about RESTARTABLE option
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jan 22, 2024
1 parent 7e240d5 commit 009821c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base-notebook/start-notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 009821c

Please sign in to comment.