Skip to content

Commit

Permalink
fix: trying to use tini for x
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Nov 27, 2023
1 parent 7f0fb94 commit 4b38221
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ RUN pip install git+https://github.com/geopandas/geopandas.git@v0.10.2
RUN pip install lavavu-osmesa
ENV LD_LIBRARY_PATH=/opt/conda/lib/python3.10/site-packages/lavavu_osmesa.libs
RUN conda install -c conda-forge pydata-sphinx-theme

ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]

RUN mkdir LoopStructural

0 comments on commit 4b38221

Please sign in to comment.