jupyter: update entrypoint

This commit is contained in:
Maciej Lebiest 2024-03-20 21:44:35 +01:00
parent 783b8e66e2
commit a276eebb22

View file

@ -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" ]