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.
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__)"