cantera-jupyter-test/Dockerfile
Ray Speth 08b1ac73d5 Search both dev and main channels for Cantera packages
This will get the release version when it is more up to date than the dev
channel.
2018-08-23 00:13:11 -04:00

9 lines
161 B
Docker

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