Replies: 1 comment 2 replies
-
What do you get when you run? docker run --gpus all --rm -it -h dockerdl -p 8888:8888 matifali/dockerdl:tf-torch-conda jupyter lab --no-browser --port 8888 --ServerApp.token='' --ip='*' I intentionally did not add jupyter-lab as the Something like this should work. FROM matifali/dockerdl:tf-torch-conda
CMD ["jupyter", "lab", "--no-browser", "--port", "8888", "--ServerApp.token=''", "--ip='*'"] Then build the image and run it with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am very much interested in your docker. Would it be possible to expose 8888 and run Jupyter Lab by default when container is loaded? currently, this cannot be done and when I start it with in the container, the port is not exposed outside!
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions