Skip to content

Commit f95bf7c

Browse files
fix:cookies issues by upgrading nbgitpuller version (#28)
* fix:cookies issues by upgrading nbgitpuller version
1 parent 722e6b7 commit f95bf7c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Bugfix] Fix cookies issues by upgrading nbgitpuller version. (by @Abdul-Muqadim-Arbisoft)

tutorjupyter/templates/jupyter/build/lab/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ USER jovyan
1111
# https://github.com/jupyterhub/nbgitpuller
1212
# https://hub.jupyter.org/nbgitpuller/
1313
# https://pypi.org/project/nbgitpuller/
14-
RUN pip install nbgitpuller==1.2.0
14+
RUN pip install nbgitpuller==1.2.1
1515

1616
# https://pypi.org/project/jupyterlab/
1717
RUN pip install jupyterlab==4.0.9

0 commit comments

Comments
 (0)