NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

Add Dockerfile #381

Closed britt-camus closed 2 years ago

britt-camus commented 2 years ago

This PR allows users to run the ditto with Python version 3.6 without requiring a local development environment to be setup.

  1. Build the Docker container

    docker build . -t ditto
  2. Run ditto

    docker run --rm -ti ditto --help

As a next step, it would be great to have official builds hosted on https://hub.docker.com.

kdheepak commented 2 years ago

LGTM! Thank you for the PR!