Skip to content

Commit

Permalink
output python package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Jul 18, 2024
1 parent f802bf7 commit 95a632c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ RUN echo "Enable server extensions" \
COPY assets/sync_repo assets/jupyterhub-singleuser /usr/local/bin/
COPY assets/overrides.json /env/share/jupyter/lab/settings/

RUN pip list --format=freeze

WORKDIR "/home/$nb_user"
ENTRYPOINT ["/env/bin/tini", "--"]
CMD ["jupyter", "lab", \
Expand Down

0 comments on commit 95a632c

Please sign in to comment.