Skip to content

Commit

Permalink
Edit dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoutigeWolf committed Dec 18, 2024
1 parent 8ee5be2 commit c7f790f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AH-UN Schedule API/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mambaorg/micromamba:0.27.0

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

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

WORKDIR /code

0 comments on commit c7f790f

Please sign in to comment.