Skip to content

Commit

Permalink
running mamba info -a
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadbandarkar committed Sep 25, 2023
1 parent bdc1b7c commit 110169f
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 @@ -144,7 +144,7 @@ RUN jupyter kernelspec remove -f python3
COPY --chown=${NB_UID}:${NB_GID} requirements/classes/${CLASS} /home/$NB_USER/tmp/
COPY --chown=${NB_UID}:${NB_GID} requirements/classes/${CLASS}/condarc /home/$NB_USER/.mambarc

RUN mamba config --show channels
RUN mamba info -a

RUN mamba create --quiet --yes -p ${CONDA_DIR}/envs/${CLASS} python=${PYTHON_VERSION} && \
mamba install -y --name ${CLASS} --file /home/$NB_USER/tmp/requirements.txt && \
Expand Down

0 comments on commit 110169f

Please sign in to comment.