Skip to content

Commit

Permalink
add openGL library
Browse files Browse the repository at this point in the history
to resolve issues related to libGL.so.1 when installing some packages for interactive visualisation
  • Loading branch information
annefou committed May 27, 2024
1 parent 978602b commit df75b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gfts-track-reconstruction/jupyterhub/images/user/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM quay.io/pangeo/pangeo-notebook:2024.04.08

# Install fusermount3 command
# Install fusermount3 command and open GL library
USER root
RUN apt-get update && apt-get install -y fuse3
RUN apt-get update && apt-get install -y fuse3 libgl1

USER $NB_USER
# install some extra packages
Expand Down

0 comments on commit df75b94

Please sign in to comment.