Skip to content

Commit

Permalink
docker: remove extra package and build step needed for jupyter-dash
Browse files Browse the repository at this point in the history
jupyter-dash has been removed in commit a73fc6c.
  • Loading branch information
tlvu committed Apr 2, 2024
1 parent 14c8c90 commit 6dd64ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
9 changes: 0 additions & 9 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,6 @@ RUN python -m ipykernel install --name birdy
# environment.yml above
# RUN mamba install -c conda-forge -c cdat -c bokeh -c plotly -c defaults -n birdy nbdime

# build jupyterlab extensions installed by conda, see `jupyter labextension list`
# Supposedly not needed with jupyterlab v3 anymore but see
# https://github.com/jupyterlab/jupyterlab/issues/11726#issuecomment-998901247
# TODO: remove 'jupyter lab build' step once all extensions move to prebuilt extensions,
# see comment https://github.com/jupyterlab/jupyterlab/issues/11726#issuecomment-998917305
# Currently jupyter-dash is holding back this step, see
# https://github.com/plotly/jupyter-dash/issues/49
RUN jupyter lab build

RUN jupyter serverextension enable voila --sys-prefix \
&& jupyter serverextension enable panel.io.jupyter_server_extension --sys-prefix \
&& jupyter serverextension list
Expand Down
5 changes: 0 additions & 5 deletions docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,6 @@ dependencies:
# https://github.com/holoviz/jupyter-panel-proxy
# DISABLE: seems to interfere with 'panel serve' command
#- jupyter-panel-proxy >= 0.2.0a2
# Force newer nodejs for 'jupyter lab build' issue
# https://github.com/jupyterlab/jupyterlab/issues/11726#issuecomment-998901247
# TODO: remove nodejs once all extensions move to prebuilt extensions, see comment
# https://github.com/jupyterlab/jupyterlab/issues/11726#issuecomment-998917305
- nodejs >= 16.0
# utilities
- curl
- wget
Expand Down

0 comments on commit 6dd64ec

Please sign in to comment.