Skip to content

Commit ab443ab

Browse files
author
Lachlan Grose
committed
docs: adding geopandas to documentation docker
1 parent 09a265d commit ab443ab

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Dockerfile

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1333
RUN pip install lavavu-osmesa
1434
RUN conda install -c conda-forge pydata-sphinx-theme
1535
RUN mkdir LoopStructural

0 commit comments

Comments
 (0)