Skip to content

Commit

Permalink
creating .condarc
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadbandarkar committed Sep 25, 2023
1 parent 110169f commit 902d28d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,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 info -a
COPY --chown=${NB_UID}:${NB_GID} requirements/classes/${CLASS}/condarc /home/$NB_USER/.condarc

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 902d28d

Please sign in to comment.