Skip to content

Commit

Permalink
updating doc requirements in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 22, 2024
1 parent cbb82ed commit 1518911
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@ RUN conda install -c conda-forge\
scikit-learn\
scikit-image\
networkx\
# geopandas\
geopandas\
libstdcxx-ng\
meshio\
python=3.10\
python\
pydata-sphinx-theme\
numpydoc\
sphinxcontrib-bibtex\
sphinx-design\
jupyter-sphinx\
sphinx-book-theme\
-y
RUN pip install git+https://github.com/geopandas/[email protected]
RUN pip install loopstructuralvisualisation[all] geoh5py
RUN pip install sphinxcontrib-bibtex
ENV TINI_VERSION v0.19.0
Expand Down

0 comments on commit 1518911

Please sign in to comment.