Switch to environment.yml for Binder setup
This commit is contained in:
parent
08b1ac73d5
commit
7a46682668
2 changed files with 8 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
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
|
|
||||||
8
environment.yml
Normal file
8
environment.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
name: cantera-latest
|
||||||
|
channels:
|
||||||
|
- cantera
|
||||||
|
- cantera/label/dev
|
||||||
|
dependencies:
|
||||||
|
- cantera
|
||||||
|
- matplotlib
|
||||||
|
- pandas
|
||||||
Loading…
Add table
Reference in a new issue