Skip to content

Commit

Permalink
change conda env name to match conda env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Giangblackk committed May 27, 2023
1 parent e311668 commit 34b6bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM mambaorg/micromamba:1.4.2

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

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

0 comments on commit 34b6bd6

Please sign in to comment.