Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit e0cd2a2

Browse files
authored
update nbdime to 2.1.x
1 parent f5ccfd0 commit e0cd2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && \
1111
&& \
1212
rm -rf /var/lib/apt/lists/*
1313

14-
RUN pip install jupyterlab-code-formatter==1.3.* autopep8==1.5.* isort==4.3.* nbdime==2.0.* && \
14+
RUN pip install jupyterlab-code-formatter==1.3.* autopep8==1.5.* isort==4.3.* nbdime==2.1.* && \
1515
jupyter labextension install @ryantam626/jupyterlab_code_formatter@^v1.3.6 --no-build && \
1616
jupyter labextension install @jupyterlab/toc@^v3.0.0 --no-build && \
1717
jupyter labextension install jupyterlab-python-file@^v0.4.0 --no-build && \

0 commit comments

Comments
 (0)