Skip to content

Commit

Permalink
Merge pull request #285 from Geson-anko/add_Dockerfile
Browse files Browse the repository at this point in the history
Create Dockerfile
  • Loading branch information
Geson-anko committed Jun 30, 2022
2 parents 75f7a2f + 9a4adc9 commit 61470d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM condaforge/miniforge3:latest
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
make \
&& apt-get -y clean \
&& rm -rf /var/lib/apt/lists/*
RUN conda install -y poetry -c conda-forge

0 comments on commit 61470d7

Please sign in to comment.