Skip to content

Commit

Permalink
feat(dash): pinning version 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpaget committed Jan 10, 2024
1 parent fd85cae commit 1ab1672
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docker-bits/6_jupyterlab.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ RUN pip install \
# jupyter_contrib_nbextensions likes to be installed with pip
mamba install --quiet --yes -c plotly -c conda-forge \
'jupyter_contrib_nbextensions' \
'dash' \
# I'm pinning version 2.14.2 (latest as of now) because when I don't specify the version, we get dash version 0.39.0!
'dash==2.14.2' \
'plotly' \
'ipywidgets' \
'markupsafe' \
Expand Down
3 changes: 2 additions & 1 deletion output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ RUN pip install \
# jupyter_contrib_nbextensions likes to be installed with pip
mamba install --quiet --yes -c plotly -c conda-forge \
'jupyter_contrib_nbextensions' \
'dash' \
# I'm pinning version 2.14.2 (latest as of now) because when I don't specify the version, we get dash version 0.39.0!
'dash==2.14.2' \
'plotly' \
'ipywidgets' \
'markupsafe' \
Expand Down
3 changes: 2 additions & 1 deletion output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ RUN pip install \
# jupyter_contrib_nbextensions likes to be installed with pip
mamba install --quiet --yes -c plotly -c conda-forge \
'jupyter_contrib_nbextensions' \
'dash' \
# I'm pinning version 2.14.2 (latest as of now) because when I don't specify the version, we get dash version 0.39.0!
'dash==2.14.2' \
'plotly' \
'ipywidgets' \
'markupsafe' \
Expand Down
3 changes: 2 additions & 1 deletion output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ RUN pip install \
# jupyter_contrib_nbextensions likes to be installed with pip
mamba install --quiet --yes -c plotly -c conda-forge \
'jupyter_contrib_nbextensions' \
'dash' \
# I'm pinning version 2.14.2 (latest as of now) because when I don't specify the version, we get dash version 0.39.0!
'dash==2.14.2' \
'plotly' \
'ipywidgets' \
'markupsafe' \
Expand Down
3 changes: 2 additions & 1 deletion output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ RUN pip install \
# jupyter_contrib_nbextensions likes to be installed with pip
mamba install --quiet --yes -c plotly -c conda-forge \
'jupyter_contrib_nbextensions' \
'dash' \
# I'm pinning version 2.14.2 (latest as of now) because when I don't specify the version, we get dash version 0.39.0!
'dash==2.14.2' \
'plotly' \
'ipywidgets' \
'markupsafe' \
Expand Down

0 comments on commit 1ab1672

Please sign in to comment.