Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dvantwisk committed Nov 3, 2024
1 parent 6e296ef commit aa58380
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ RUN wget https://www.niehs.nih.gov/sites/default/files/2024-02/artbinmountrainie
FROM mambaorg/micromamba:2.0.2
COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yml .

RUN micromamba install --yes --file environment.yml
RUN micromamba install --yes -c bioconda rustyread


#--file environment.yml

#FROM ubuntu:22.04
#COPY --from=Pbmm2 /usr/local/bin/pbmm2 /bin/
Expand Down

0 comments on commit aa58380

Please sign in to comment.