Sign inSign up

flavienperier/jupyter

By flavienperier

Updated 13 days ago

Image for Python Jupyter environment.

Image
Machine learning & AI
Data science
0

1.8K

flavienperier/jupyter repository overview

license docker pulls ci status

Jupyter

Dockerfile for Python Jupyter environment.

Env variables

  • JUPYTER_PASSWORD: Password of the Jupyter environment

Ports

  • 8080: HTTP

Volumes

  • /data

Docker-compose example

jupyter:
  image: flavienperier/jupyter
  container_name: jupyter
  restart: always
  volumes:
    - ./documents:/data
  ports:
    - 8080:8080
  environment:
    JUPYTER_PASSWORD: password

Tag summary

Content type

Image

Digest

sha256:29db19818

Size

5.4 GB

Last updated

13 days ago

docker pull flavienperier/jupyter