Skip to content

Commit

Permalink
actually install what we want to have installed
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Nov 2, 2023
1 parent 5589740 commit 9e67675
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployments/publichealth/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,13 @@ RUN apt-get update > /dev/null && \
rm -rf /var/lib/apt/lists/*

COPY install-mambaforge.bash /tmp/install-mambaforge.bash
COPY environment.yml /tmp/environment.yml

RUN /tmp/install-mambaforge.bash

RUN mamba env update -p ${CONDA_DIR} -f /tmp/environment.yml && \
mamba clean -afy

USER ${NB_USER}

COPY infra-requirements.txt /tmp/infra-requirements.txt
Expand Down

0 comments on commit 9e67675

Please sign in to comment.