Skip to content

Commit

Permalink
added mamba init
Browse files Browse the repository at this point in the history
+ avoid triggering rebuild every time something changes in the folder.
  • Loading branch information
jmlord committed Apr 2, 2024
1 parent d329a5a commit b895511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runners/r-dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM condaforge/mambaforge

ADD . /data
ADD ./r-environment.yml /data/r-environment.yml

WORKDIR /data

RUN mamba init
RUN mamba env create -f /data/r-environment.yml

RUN date +"%Y-%m-%d %R" > /version.txt


###Missing packages coordinatecleaner geodata OpenStreetMap

0 comments on commit b895511

Please sign in to comment.