Minimal Jupyter Notebook Python Stack. Support for x86_64 | arm64 | ppc64le.
7.6K
GitHub Actions in the laineil/containers/app/jupyter project builds and pushes this image to Docker Hub.
Please visit the project documentation site for help to use and contribute to this image and others.
$ docker run -d \
--name jupyter_minimal \
-p [expose_port]:8888 \
laineil/jupyter-minimal-notebook:[tag]
$ docker run -d \
--name jupyter_minimal \
--gpus [number_of_GPUs] \
-p [expose_port]:8888 \
laineil/jupyter-minimal-notebook:[tag]
$ docker run -d \
--name jupyter_minimal \
-p [expose_port]:8888 \
--user root \
-e GRANT_SUDO=yes \
laineil/jupyter-minimal-notebook:[tag]
$ docker logs jupyter_minimal
$ docker container stop jupyter_minimal
$ docker container rm jupyter_minimal
BSD 3-Clause License
Copyright (c) 2023, Laineil
All rights reserved.
Content type
Image
Digest
sha256:e170a1483…
Size
541.6 MB
Last updated
over 2 years ago
docker pull laineil/jupyter-minimal-notebook