Skip to content

Commit

Permalink
Add dash back and run jupyter lab build
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Jan 25, 2025
1 parent b173efe commit 49f0574
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN mamba create --yes -n sage sage=10.4 python=3.11 && \
mamba install --yes -c conda-forge -c plotly \
"plotly" \
"jupyterlab-spellchecker" \
# "dash" \
"dash" \
# installing xeus-cling will fail on arm64 platform
"xeus-cling" \
"openjdk" \
Expand Down Expand Up @@ -99,7 +99,9 @@ RUN pip install nbgitpuller \
"vegafusion-jupyter[embed]"
RUN pip install jupytext --upgrade

RUN fix-permissions $CONDA_DIR && \
# run jupyter lab build for jupyterlab-dash integration. prompted after logging in
RUN jupyter lab build && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/jovyan
RUN export NODE_OPTIONS=--max-old-space-size=4096

Expand Down

0 comments on commit 49f0574

Please sign in to comment.