Skip to content

Commit

Permalink
Adding back plotly and jupyter-dash after confirming the error is fal…
Browse files Browse the repository at this point in the history
…se-positive
  • Loading branch information
Ryoko Norden committed Aug 19, 2024
1 parent dbe1312 commit f2e7b42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ USER ${NB_UID}

# Install Conda Packages (Plotly, SageMath)
RUN mamba create --yes -n sage sage python=3.11 && \
mamba install --yes -c conda-forge \
mamba install --yes -c conda-forge -c plotly \
"sage" \
"plotly" \
"jupyterlab-spellchecker" \
"dash" \
"xeus-cling" \
"openjdk" \
"maven" \
Expand Down

0 comments on commit f2e7b42

Please sign in to comment.