We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7f8db2 + 8b9b551 commit 1966419Copy full SHA for 1966419
gfts-track-reconstruction/jupyterhub/images/user/Dockerfile
@@ -2,7 +2,7 @@ FROM quay.io/pangeo/pangeo-notebook:2024.04.08
2
3
# Install fusermount3 command and open GL library
4
USER root
5
-RUN apt-get update && apt-get install -y fuse3 libgl1
+RUN apt-get update && apt-get install -y fuse3 libgl1 xvfb
6
7
USER $NB_USER
8
# install some extra packages
0 commit comments