Skip to content

Commit

Permalink
set-value-gabriel-pelouze-lifewatch-eu update
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdis-bot committed Dec 19, 2024
1 parent 80f5a73 commit 5a57ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions set-value-gabriel-pelouze-lifewatch-eu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/qcdis/naavre/naavre-cell-build-python:v0.18 AS build
FROM ghcr.io/qcdis/naavre/naavre-cell-build-python:v0.19.1 AS build
COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yaml .
RUN micromamba install -y -n venv -f environment.yaml
ARG MAMBA_DOCKERFILE_ACTIVATE=1
Expand All @@ -8,7 +8,7 @@ RUN conda-pack -p /opt/conda/envs/venv -o /tmp/env.tar && \
rm /tmp/env.tar
RUN /venv/bin/conda-unpack

FROM ghcr.io/qcdis/naavre/naavre-cell-runtime-python:v0.18 AS runtime
FROM ghcr.io/qcdis/naavre/naavre-cell-runtime-python:v0.19.1 AS runtime
COPY --from=build /venv /venv
WORKDIR /app
COPY . .

0 comments on commit 5a57ed9

Please sign in to comment.