We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9737191 commit 3d18716Copy full SHA for 3d18716
Dockerfile
@@ -24,7 +24,7 @@ RUN bash /tmp/install_bspm.sh
24
RUN curl -s https://raw.githubusercontent.com/rocker-org/ml/refs/heads/master/install_rstudio.sh | bash
25
26
# Configure Runiverse
27
-COPY Rprofile $/usr/lib/R/etc/Rprofile.site
+COPY Rprofile /usr/lib/R/etc/Rprofile.site
28
29
## Add rstudio's binaries to path for quarto
30
ENV PATH=$PATH:/usr/lib/rstudio-server/bin/quarto/bin
0 commit comments