Skip to content

Commit

Permalink
Upgrading notebook and jupyterlab version (#2524)
Browse files Browse the repository at this point in the history
* Upgrading notebook version to 7.3.2 from 7.1.3

Signed-off-by: Sachin Pisal <spisal@nvidia.com>

* updating jupyterlab version to 4.3.4

Signed-off-by: Sachin Pisal <spisal@nvidia.com>

---------

Signed-off-by: Sachin Pisal <spisal@nvidia.com>
  • Loading branch information
sacpis authored Jan 23, 2025
1 parent 934b8c4 commit 7da8635
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/build/devdeps.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3 python3
&& python3 -m pip install --no-cache-dir \
ipython==8.15.0 pandoc==2.3 sphinx==5.3.0 sphinx_rtd_theme==1.2.0 sphinx-reredirects==0.1.2 \
sphinx-copybutton==0.5.2 sphinx_inline_tabs==2023.4.21 enum-tools[sphinx] breathe==4.34.0 \
nbsphinx==0.9.2 sphinx_gallery==0.13.0 myst-parser==1.0.0 ipykernel==6.29.4 notebook==7.1.3 \
nbsphinx==0.9.2 sphinx_gallery==0.13.0 myst-parser==1.0.0 ipykernel==6.29.4 notebook==7.3.2 \
ipywidgets==8.1.5
2 changes: 1 addition & 1 deletion docker/release/cudaq.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& ln -s /bin/python3 /bin/python
RUN apt-get update && apt-get install -y --no-install-recommends gcc g++ python3-dev \
# Ref: https://github.com/qutip/qutip/issues/2412
&& python3 -m pip install --no-cache-dir notebook==7.1.3 "qutip<5" matplotlib \
&& python3 -m pip install --no-cache-dir notebook==7.3.2 "qutip<5" matplotlib \
&& apt-get remove -y gcc g++ python3-dev \
&& apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion docker/release/cudaq.ext.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN cuda_version_suffix=$(echo ${CUDA_VERSION} | tr . -) && \
apt-get install -y --no-install-recommends curl jq
RUN if [ -x "$(command -v pip)" ]; then \
apt-get install -y --no-install-recommends gcc libpython3-dev \
&& pip install --no-cache-dir jupyterlab; \
&& pip install --no-cache-dir jupyterlab==4.3.4; \
if [ -n "$MPI_ROOT" ]; then \
pip install --no-cache-dir mpi4py~=3.1; \
fi; \
Expand Down

0 comments on commit 7da8635

Please sign in to comment.