Sign inSign up

laineil/jupyter-minimal-notebook

By laineil

Updated over 2 years ago

Minimal Jupyter Notebook Python Stack. Support for x86_64 | arm64 | ppc64le.

Image
0

7.6K

laineil/jupyter-minimal-notebook repository overview

Docker Pulls Docker Image Size (latest by date) Docker Image Version (latest by date) Static Badge Static Badge Static Badge GitHub

About Minimal Jupyter Notebook Stack

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.

Image information

Run a container

  • Run without GPU
$ docker run -d \
--name jupyter_minimal \
-p [expose_port]:8888 \
laineil/jupyter-minimal-notebook:[tag]
  • Run with GPU
$ docker run -d \
--name jupyter_minimal \
--gpus [number_of_GPUs] \
-p [expose_port]:8888 \
laineil/jupyter-minimal-notebook:[tag]
  • Run sudo within container
$ docker run -d \
--name jupyter_minimal \
-p [expose_port]:8888 \
--user root \
-e GRANT_SUDO=yes \
laineil/jupyter-minimal-notebook:[tag]

Logging

$ docker logs jupyter_minimal
  • Tip: A token for login is generated at startup.

Verify

  • http://[server_host]:[expose_port]/lab?=token=[generate_token]

Remove

  • Stop container
$ docker container stop jupyter_minimal
  • Remove container
$ docker container rm jupyter_minimal

License Agreement

BSD 3-Clause License
Copyright (c) 2023, Laineil
All rights reserved.

Tag summary

Content type

Image

Digest

sha256:e170a1483

Size

541.6 MB

Last updated

over 2 years ago

docker pull laineil/jupyter-minimal-notebook