Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Jan 30, 2024
1 parent af931b5 commit a2faeb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM --platform=linux/amd64 condaforge/miniforge3

# autostreamtree
RUN conda install -y python=3.10 geopandas geopy
ENV PROJ_LIB=/opt/conda/share/proj
RUN conda install -c ecoevoinfo -c conda-forge -c bioconda -y autostreamtree

0 comments on commit a2faeb7

Please sign in to comment.