Skip to content

Commit

Permalink
add nb_conda_kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Dec 3, 2024
1 parent 64c7856 commit c2e43cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ RUN apt-get -q update && \

COPY env.yml /tmp/env.yml

RUN mamba install nb_conda_kernels && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

RUN mamba env create --file /tmp/env.yml && \
eval "$(conda shell.bash hook)" && \
conda activate ${KERNEL} && \
Expand Down

0 comments on commit c2e43cf

Please sign in to comment.