From 181f59bcee1bcba82362c06d622ff890eea6080c Mon Sep 17 00:00:00 2001 From: Rockford Mankini Date: Wed, 4 Dec 2024 13:40:37 -0800 Subject: [PATCH] attempt to build 2025.1 --- images/datascience-notebook/Dockerfile | 2 +- images/rstudio-notebook/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index 278cf1d6..f172251e 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -65,7 +65,7 @@ USER jovyan # Python/Mamba Deps ## Package versions ARG JUPYTERSERVER_VERSION=2.14.2 NBGRADER_VERSION=0.9.3 JUPYTERLAB_VERSION=4.2.4 NBCONVERT_VERSION=7.16.4 NOTEBOOK_VERSION=7.2.1 NBCLASSIC_VERSION=1.1.0 -ARG PANDAS_VERSION=2.2.2 STATSMODELS_VERSION=0.14.2 BOTTLENECK_VERSION=1.3.6 NUMEXPR_VERSION=2.8.4 +ARG PANDAS_VERSION=2.2.3 STATSMODELS_VERSION=0.14.4 BOTTLENECK_VERSION=1.4.2 NUMEXPR_VERSION=2.10.2 # Install essential+datascience pip packages ## mistune added for nbgrader issues diff --git a/images/rstudio-notebook/Dockerfile b/images/rstudio-notebook/Dockerfile index eabb627d..c0a41edc 100644 --- a/images/rstudio-notebook/Dockerfile +++ b/images/rstudio-notebook/Dockerfile @@ -7,7 +7,7 @@ USER root # Ubuntu 22 setup with v 2024.04.2-764 ## Follow instructions at https://www.rstudio.com/products/rstudio/download-server/ -ENV RSTUDIO_PKG=rstudio-server-2024.04.2-764-amd64.deb +ENV RSTUDIO_PKG=rstudio-server-2024.09.1-394-amd64.deb ENV RSTUDIO_URL=https://download2.rstudio.org/server/jammy/amd64/${RSTUDIO_PKG} ## rstudio installation expects R to live in /usr/bin, /bin/, etc.