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 070ad25 commit 811b080Copy full SHA for 811b080
devops/r/Dockerfile
@@ -1,8 +1,10 @@
1
# docker image for setting up an R environment
2
FROM continuumio/miniconda
3
4
+RUN conda install --name base --channel conda-forge mamba=*
5
+
6
ADD ./environment.yml .
-RUN conda env create -f environment.yml
7
+RUN mamba env create -f environment.yml
8
9
ADD ./dependencies.R .
10
0 commit comments