From 8dd8ed99d2eb8eb4198c7b67c6549477a8e28cb7 Mon Sep 17 00:00:00 2001 From: LizBaldo Date: Fri, 6 Sep 2024 12:52:51 -0400 Subject: [PATCH] fix tera jupyter r version --- terra-jupyter-r/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terra-jupyter-r/Dockerfile b/terra-jupyter-r/Dockerfile index 3d8599b3..1f051905 100644 --- a/terra-jupyter-r/Dockerfile +++ b/terra-jupyter-r/Dockerfile @@ -5,7 +5,7 @@ USER root COPY scripts $JUPYTER_HOME/scripts # Add env vars to identify binary package installation -ENV TERRA_R_PLATFORM="terra-jupyter-r-2.2.5" +ENV TERRA_R_PLATFORM="terra-jupyter-r-2.2.6" ENV TERRA_R_PLATFORM_BINARY_VERSION=3.19 # Install protobuf 3.20.3. Note this version comes from base deep learning image. Use `conda list` to see what's installed