Newer
Older
# A docker file for building the image on GitLab's CI
FROM mambaorg/micromamba:latest
COPY --chown=$MAMBA_USER:$MAMBA_USER . /tmp/binder
RUN cd /tmp/binder && \
micromamba install -y -n base -f environment.yml && \
# A docker file for building the image on GitLab's CI
FROM mambaorg/micromamba:latest
COPY --chown=$MAMBA_USER:$MAMBA_USER . /tmp/binder
RUN cd /tmp/binder && \
micromamba install -y -n base -f environment.yml && \