Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kohanlee1995 committed Dec 11, 2023
1 parent b6b4e9a commit 4fa24b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ RUN conda config --set channel_priority strict && \
COPY ${modulename}.yml /tmp
RUN mamba env create --file /tmp/${modulename}.yml && \
mamba clean -afy

COPY popgen.yml /tmp
RUN mamba env create --file /tmp/popgen.yml && \
mamba clean -afy

RUN yes | unminimize || echo "done"

Expand Down

0 comments on commit 4fa24b6

Please sign in to comment.