Skip to content

Commit

Permalink
ci: update docs docker to use conda not pip
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 23, 2024
1 parent 76f55a7 commit dce46a5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update -qq && \
libtiff6\
libgl1-mesa-glx\
xvfb
RUN conda install -c conda-forge\
RUN conda install -c conda-forge -c loop3d\
# python"<=3.8"\
cython\
numpy\
Expand All @@ -37,8 +37,13 @@ RUN conda install -c conda-forge\
sphinx-design\
jupyter-sphinx\
sphinx-book-theme\
loopstructuralvisualisation\
trame-vtk\
trame\
trame-vuetify\
pyvista\
-y
RUN pip install loopstructuralvisualisation[all] geoh5py
RUN pip install geoh5py
RUN pip install sphinxcontrib-bibtex
ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
Expand Down

0 comments on commit dce46a5

Please sign in to comment.