Skip to content

Commit

Permalink
Install libegl and libopengl
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill committed Apr 30, 2024
1 parent de83899 commit 1cc6b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jukes-micromamba/micromamba.def
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from: mambaorg/micromamba:1.5.8-bookworm-slim
export ENV_NAME=cautorift

%post
apt update && apt install -y libgl1
apt update && apt install -y libgl1 libegl1 libopengl0
apt clean
micromamba create -n cautorift -c conda-forge python autorift=1.1.0 \
notebook matplotlib pandas opencv rasterio
Expand Down

0 comments on commit 1cc6b66

Please sign in to comment.