Skip to content

Commit f2e7b42

Browse files
author
Ryoko Norden
committed
Adding back plotly and jupyter-dash after confirming the error is false-positive
1 parent dbe1312 commit f2e7b42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ USER ${NB_UID}
3434

3535
# Install Conda Packages (Plotly, SageMath)
3636
RUN mamba create --yes -n sage sage python=3.11 && \
37-
mamba install --yes -c conda-forge \
37+
mamba install --yes -c conda-forge -c plotly \
3838
"sage" \
3939
"plotly" \
4040
"jupyterlab-spellchecker" \
41+
"dash" \
4142
"xeus-cling" \
4243
"openjdk" \
4344
"maven" \

0 commit comments

Comments
 (0)