jupyter: update entrypoint
This commit is contained in:
parent
783b8e66e2
commit
a276eebb22
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ WORKDIR /jupyter
|
|||
|
||||
ENTRYPOINT [ "tini" ]
|
||||
|
||||
CMD [ "jupyter", "--", "notebook", "--allow-root", "--no-browser", "--autoreload", "--ip", "0.0.0.0" ]
|
||||
CMD [ "jupyter", "--", "lab", "--allow-root", "--no-browser", "--autoreload" ]
|
||||
|
|
Loading…
Reference in a new issue