Skip to content

Commit

Permalink
Pin gdal to 3.0 and install libopengl and libegl
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill committed May 1, 2024
1 parent ed93a15 commit bff2ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jukes-micromamba/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM mambaorg/micromamba:1.5.8-bookworm-slim

USER root
RUN apt update && \
apt install -y libgl1 && \
apt install -y libgl1 libegl1 libopengl0 && \
apt clean
USER $MAMBA_USER
RUN micromamba create -n cautorift -c conda-forge python autorift=1.1.0 \
notebook matplotlib pandas opencv rasterio && \
notebook matplotlib pandas opencv rasterio gdal=3.0 && \
micromamba clean --all --yes
RUN export SITEPACKAGES=`micromamba run -n cautorift python -m site | \
grep -m 1 site-packages | sed "s/[,']//g"` && \
Expand Down

0 comments on commit bff2ce7

Please sign in to comment.