Skip to content

Commit 257c506

Browse files
committed
update dockerfile
1 parent 6ecfd7f commit 257c506

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker_singularity/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ RUN R -e "install.packages(c( \
3030
'rlang', \
3131
'Rfast', \
3232
'SuperLearner', \
33+
'ranger', \
3334
'wCorr'), repos='https://cloud.r-project.org')"
3435

35-
ENV RENV_VERSION 0.15.1
3636
RUN R -e "install.packages('remotes', repos = c(CRAN = 'https://cloud.r-project.org'))"
37-
RUN R -e "remotes::install_github('rstudio/renv@${RENV_VERSION}')"
37+
3838

docker_singularity/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Run the following code to download and spin up the image.
3737

3838
```s
3939
docker run -it --rm \
40-
-p 8230:8787 \
40+
-p 8231:8787 \
4141
-e USER=rstudio \
4242
-e PASSWORD=pass \
43-
-v "/path/to/your/folder/on/host:/home/rstudio/Project" nsaphsoftware/gpcerf_dev
43+
-v $PWD:/home/rstudio/Project nsaphsoftware/gpcerf_dev
4444
4545
```

0 commit comments

Comments
 (0)