Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 738 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 738 Bytes

Docker Stars Docker Pulls

Pywr Docker image using miniconda3 and Python 3.6

This images is based on continuumio/miniconda3:latest and installs pywr using the Conda package manager. The image uses the default base environment provided by the parent image.

Usage Example

Here's an example of using the image to print the current version of Pywr installed.

docker run -t pywr python -c "import pywr; print(pywr.__version__)"