Skip to content

Commit

Permalink
Docker: match host version of R with webr (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen authored Apr 17, 2024
1 parent 33708d8 commit 57f9ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN curl -L https://rig.r-pkg.org/deb/rig.gpg -o /etc/apt/trusted.gpg.d/rig.gpg

# Because $HOME gets masked by GHA with the host $HOME
ENV R_LIBS_USER=/opt/R/current/lib/R/site-library
RUN rig add 4.3.2
RUN rig add 4.3.3

# Download webR and configure for LLVM flang
RUN git clone https://github.com/r-wasm/webr.git /opt/webr
Expand Down

0 comments on commit 57f9ead

Please sign in to comment.