We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489c982 commit 5a56c7cCopy full SHA for 5a56c7c
Dockerfile
@@ -6,7 +6,7 @@ USER ${NB_USER}
6
7
ADD environment.yml environment.yml
8
9
-RUN mamba env update --prefix /srv/conda/envs/notebook --file environment.yml
+RUN conda env update --prefix /srv/conda/envs/notebook --file environment.yml
10
11
COPY --chown=${NB_USER}:${NB_USER} image-tests /srv/repo/image-tests
12
COPY --chown=${NB_USER}:${NB_USER} scripts /srv/repo/scripts
0 commit comments