diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index ac93f06..0000000 --- a/Dockerfile +++ /dev/null @@ -1,9 +0,0 @@ -FROM andrewosh/binder-base - -MAINTAINER Raymond Speth - -USER root - -RUN conda install -n python3 -c cantera/label/dev -c cantera cantera - -USER main diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..c024871 --- /dev/null +++ b/environment.yml @@ -0,0 +1,8 @@ +name: cantera-latest +channels: + - cantera + - cantera/label/dev +dependencies: + - cantera + - matplotlib + - pandas