We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a918b commit 0325a73Copy full SHA for 0325a73
Dockerfile
@@ -2,6 +2,8 @@ FROM pangeo/pangeo-notebook:2025.06.02
2
3
LABEL org.opencontainers.image.source="https://github.com/nasa-impact/pangeo-notebook-veda-image"
4
5
+USER root
6
+
7
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.32/quarto-1.7.32-linux-amd64.deb && \
8
dpkg -i quarto-1.7.32-linux-amd64.deb
9
0 commit comments