Skip to content

Commit

Permalink
[USGS-R#7] add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadler2 committed Apr 8, 2022
1 parent 55b3995 commit 4acbb61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM condaforge/mambaforge

COPY environment.yml /tmp/environment.yml

RUN mamba env create -f /tmp/environment.yml && \
mamba clean --all --yes

0 comments on commit 4acbb61

Please sign in to comment.