Skip to content

Commit 811b080

Browse files
committed
build: unify r docker file with ci
1 parent 070ad25 commit 811b080

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

devops/r/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# docker image for setting up an R environment
22
FROM continuumio/miniconda
33

4+
RUN conda install --name base --channel conda-forge mamba=*
5+
46
ADD ./environment.yml .
5-
RUN conda env create -f environment.yml
7+
RUN mamba env create -f environment.yml
68

79
ADD ./dependencies.R .
810

0 commit comments

Comments
 (0)