Skip to content

Commit

Permalink
fix: disable renku cli version check for R (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Dec 13, 2021
1 parent 6c02910 commit 0b41af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ ENV PATH ${HOME}/.local/bin:${CONDA_PATH}/bin:$PATH

# And set PATH for R! It doesn't read from the environment...
RUN echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron && \
echo "PATH=${PATH}" >> /etc/profile.d/set_path.sh
echo "PATH=${PATH}" >> /etc/profile.d/set_path.sh && \
echo "RENKU_DISABLE_VERSION_CHECK=1" >> /usr/local/lib/R/etc/Renviron

# The `rsession` binary that is called by nbrsessionproxy to start R doesn't seem to start
# without this being explicitly set
Expand Down

0 comments on commit 0b41af7

Please sign in to comment.