File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,27 @@ RUN apt-get update -qq && \
99 g++ \
1010 libc-dev \
1111 make
12- RUN conda install -c conda-forge theano cython numpy pandas imageio scipy matplotlib sphinx sphinx-gallery sphinxcontrib-bibtex sphinx_rtd_theme myst-parser scikit-learn scikit-image pyamg flake8 pytest networkx -y
12+ RUN conda install -c conda-forge\
13+ theano\
14+ cython\
15+ numpy\
16+ pandas\
17+ imageio\
18+ scipy\
19+ matplotlib\
20+ sphinx\
21+ sphinx-gallery\
22+ sphinxcontrib-bibtex\
23+ sphinx_rtd_theme\
24+ myst-parser\
25+ scikit-learn\
26+ scikit-image\
27+ pyamg\
28+ flake8\
29+ pytest\
30+ networkx\
31+ geopandas\
32+ -y
1333RUN pip install lavavu-osmesa
1434RUN conda install -c conda-forge pydata-sphinx-theme
1535RUN mkdir LoopStructural
You can’t perform that action at this time.
0 commit comments