Skip to content

Commit

Permalink
Remove conda-tree call
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 16, 2023
1 parent 0ee9049 commit 403d614
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ COPY environment.yml /tmp/

RUN mamba env update -p ${CONDA_DIR} -f /tmp/environment.yml && mamba clean -afy

RUN conda-tree deptree --full

# For https://2i2c.freshdesk.com/a/tickets/187
# If we don't set `NLTK_DATA`, the data gets downloaded onto $HOME, which
# isn't available when the image is loaded onto JupyterHub.
Expand Down

0 comments on commit 403d614

Please sign in to comment.