Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Dec 3, 2024
1 parent c7427fc commit 64c7856
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ RUN mamba env create --file /tmp/env.yml && \
# 3) install packages using notebook user
USER jovyan

RUN eval "$(conda shell.bash hook)" && \
conda activate ${KERNEL} && \
python -m ipykernel install --user --name=${KERNEL} --display-name "Python (${KERNEL})"

# other packages here...

# From the "original" 2022 version:
Expand Down

0 comments on commit 64c7856

Please sign in to comment.