Skip to content

Commit

Permalink
Correct env variable version
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Nov 21, 2023
1 parent 0aea7b2 commit c168b13
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-1.1.4"
ENV TERRA_R_PLATFORM="terra-jupyter-r-2.2.4"
ENV TERRA_R_PLATFORM_BINARY_VERSION=3.18

# 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 c168b13

Please sign in to comment.