mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 12:02:56 +00:00
Swap tini for supervisord
* Pass $@ args to start-notebook.sh * Set tini as entrypoint, but keep start-notebook.sh as easily overridable CMD * su to jovyan user within start-notebook.sh script Contribution (c) Copyright IBM Corp. 2015
This commit is contained in:
@@ -57,4 +57,5 @@ USER root
|
||||
# switching at runtime.
|
||||
RUN $CONDA_DIR/envs/python2/bin/python \
|
||||
$CONDA_DIR/envs/python2/bin/ipython \
|
||||
kernelspec install-self
|
||||
kernelspec install-self
|
||||
|
||||
|
Reference in New Issue
Block a user