cantera-jupyter-test/Dockerfile
2016-08-01 18:16:16 -04:00

9 lines
158 B
Docker

FROM andrewosh/binder-base
MAINTAINER Raymond Speth <speth@mit.edu>
USER root
RUN conda install -n python3 -c bryanwweber/channel/devel cantera
USER main