Skip to content

Commit

Permalink
fix env name in naavre-cell-build.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze committed Feb 16, 2024
1 parent 74b2b05 commit d2beb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/naavre-cell-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM mambaorg/micromamba:1.5.6
RUN micromamba install -y -n base -c conda-forge conda-pack
ARG CONDA_ENV_FILE
COPY ${CONDA_ENV_FILE} environment.yaml
RUN micromamba create -y -f environment.yaml && \
RUN micromamba create -y -n venv -f environment.yaml && \
micromamba clean --all --yes

0 comments on commit d2beb84

Please sign in to comment.