Skip to content

Commit 8fe1921

Browse files
authored
update to R 4.4.2
* update to R 4.4.2 and add option to fix the ubuntu name. On Rocker, 4.4.2 uses noble but Pangeo base is using jammy. * Add the R env variable to Renviron.site * add gh-scoped-creds in RStudio terminal * rm jupyter-ai (because annoying) * fix qmd not opening in Jupyter Lab; revert to Quarto 1.5
1 parent 3112034 commit 8fe1921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/py-rocket-geospatial-2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/nmfs-opensci/py-rocket-base:2025.02.19
1+
FROM ghcr.io/nmfs-opensci/py-rocket-base:2025.03.03
22

33
LABEL org.opencontainers.image.maintainers="[email protected]"
44
LABEL org.opencontainers.image.author="[email protected]"
55
LABEL org.opencontainers.image.source=https://github.com/nmfs-opensci/container-images/py-rocket-2
6-
LABEL org.opencontainers.image.description="Geospatial Python (3.11) and R (4.4.1) image with Desktop (QGIS, Panoply, CWUtils)"
6+
LABEL org.opencontainers.image.description="Geospatial Python (3.11) and R (4.4.2) image with Desktop (QGIS, Panoply, CWUtils)"
77
LABEL org.opencontainers.image.licenses=Apache2.0
8-
LABEL org.opencontainers.image.version=2025.02.19
8+
LABEL org.opencontainers.image.version=2025.03.03
99

1010
ENV PROJ_LIB=/srv/conda/envs/notebook/share/proj
1111

0 commit comments

Comments
 (0)