Skip to content

Commit b173efe

Browse files
committed
Remove Dash package
1 parent 233fa45 commit b173efe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,13 @@ RUN mamba create --yes -n sage sage=10.4 python=3.11 && \
4444
mamba install --yes -c conda-forge -c plotly \
4545
"plotly" \
4646
"jupyterlab-spellchecker" \
47-
"dash" \
47+
# "dash" \
4848
# installing xeus-cling will fail on arm64 platform
4949
"xeus-cling" \
5050
"openjdk" \
5151
"maven" \
5252
"ipython-sql" \
5353
"jupyterhub-singleuser" \
54-
"dash-jupyterlab" \
5554
"jupyterlab-lsp" \
5655
"jupyter-lsp-python" \
5756
"jupyter_bokeh"

0 commit comments

Comments
 (0)