Skip to content

pywr/pywr-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerfile for pywr using miniconda3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages