Skip to content

Commit

Permalink
Definer R_LIBS_USER som ligger på persistent disk (#18)
Browse files Browse the repository at this point in the history
Vil da være mulig å installere R-pakker som fremdeles vil være der neste
gang utviklermiljøet snurres opp
  • Loading branch information
arnfinn authored Oct 31, 2023
1 parent 7832736 commit 9f0b98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

USER 1000

ARG R_LIBS_USER=/home/coder/R/library
ARG R_LIBS_USER=/home/coder/.config/R/library:/home/coder/R/library
ENV R_LIBS_USER=${R_LIBS_USER}

ARG R_RAP_CONFIG_PATH=/home/coder/.config/rap_config
Expand Down

0 comments on commit 9f0b98e

Please sign in to comment.