Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Installing procps in the docker container for transforkmers
  • Loading branch information
vlebars authored Apr 14, 2023
1 parent 89329e3 commit 902ce16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM mambaorg/micromamba:0.25.1

COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yml /tmp/environment.yml

RUN apt-get update && apt-get install -y procps && rm -rf /var/lib/apt/lists/*

RUN micromamba install -y -n base -f /tmp/environment.yml && \
micromamba clean --all --yes && rm /tmp/environment.yml

Expand Down

0 comments on commit 902ce16

Please sign in to comment.