cmutel / bw2-docker

Dockerfile for Brightway2 using Conda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile for Brightway2 using Conda

Based on the Jupyter minimal notebook.

What it Gives You

  • Miniconda Python 3.5 & brightway2
  • Unprivileged user jovyan (uid=1000, configurable, see options) in group users (gid=100) with ownership over /home/jovyan and /opt/conda
  • tini as the container entrypoint and start-notebook.sh as the default command
  • Options for HTTPS, password auth, and passwordless sudo

See Jupyter documentation for usage options.

Docker instances are ephemeral. You will almost certainly want to mount a data volume.

About

Dockerfile for Brightway2 using Conda


Languages

Language:Python 51.7%Language:Dockerfile 48.3%