Skip to content

Commit

Permalink
fix tera jupyter r version
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Sep 6, 2024
1 parent d79f636 commit 8dd8ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terra-jupyter-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dd8ed9

Please sign in to comment.