From 1518911e2ee364fbbc7e62a3cdc333c84ef02c89 Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Tue, 22 Oct 2024 14:08:35 +1100 Subject: [PATCH] updating doc requirements in docker --- docs/Dockerfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 1837a56e..1548b2c9 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -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/geopandas.git@v0.10.2 RUN pip install loopstructuralvisualisation[all] geoh5py RUN pip install sphinxcontrib-bibtex ENV TINI_VERSION v0.19.0