Skip to content

Commit

Permalink
data-filtering-mariantonietta-lamarra-studenti-unisalento-it creation
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdis-bot committed Dec 19, 2024
1 parent 6fcb55c commit 5335ec2
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FROM ghcr.io/qcdis/naavre/naavre-cell-build-r:v0.18 AS build
COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yaml .
RUN micromamba install -y -n venv -f environment.yaml
ARG MAMBA_DOCKERFILE_ACTIVATE=1
USER root
RUN conda-pack -p /opt/conda/envs/venv -o /tmp/env.tar && \
mkdir /venv && cd /venv && tar xf /tmp/env.tar && \
rm /tmp/env.tar
RUN /venv/bin/conda-unpack

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

0 comments on commit 5335ec2

Please sign in to comment.