Skip to content

Commit 5a56c7c

Browse files
authored
Switch from mamba to conda to preserve environment.yaml env vars (#44)
1 parent 489c982 commit 5a56c7c

File tree

2 files changed

+68
-516
lines changed

2 files changed

+68
-516
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USER ${NB_USER}
66

77
ADD environment.yml environment.yml
88

9-
RUN mamba env update --prefix /srv/conda/envs/notebook --file environment.yml
9+
RUN conda env update --prefix /srv/conda/envs/notebook --file environment.yml
1010

1111
COPY --chown=${NB_USER}:${NB_USER} image-tests /srv/repo/image-tests
1212
COPY --chown=${NB_USER}:${NB_USER} scripts /srv/repo/scripts

0 commit comments

Comments
 (0)