Skip to content

Commit

Permalink
chore: disable jupyter announcement plugin (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Jun 29, 2023
1 parent 80200db commit a5f1ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ USER $NB_USER
COPY requirements.txt /tmp/requirements.txt
RUN python3 -m pip install --no-cache-dir -U pip && \
python3 -m pip install --no-cache-dir -r /tmp/requirements.txt && \
jupyter labextension disable "@jupyterlab/apputils-extension:announcements" && \
rm -rf "/home/${NB_USER}/.cache"

# jupyter sets channel priority to strict which often causes very long error messages
Expand Down

0 comments on commit a5f1ecb

Please sign in to comment.