Skip to content

Commit b55f247

Browse files
committed
remove updating of example directory on startup
1 parent 2fb2add commit b55f247

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

config/jupyter/jupyterlab_startup.sh

+9-9
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ source /opt/neurodesktop/environment_variables.sh
9696
conda init bash
9797
mamba init bash
9898

99-
99+
# DISABLED TEMPORARILY TO TEST IF THIS COULD BE RELATED TO THE SLOW STARTUP
100100
# update example directory
101-
git config --global --add safe.directory /home/${NB_USER}/example-notebooks
102-
if [ -d "/home/${NB_USER}/example-notebooks" ]
103-
then
104-
cd /home/${NB_USER}/example-notebooks
105-
git pull
106-
else
107-
git clone https://github.com/NeuroDesk/example-notebooks /home/${NB_USER}/example-notebooks
108-
fi
101+
# git config --global --add safe.directory /home/${NB_USER}/example-notebooks
102+
# if [ -d "/home/${NB_USER}/example-notebooks" ]
103+
# then
104+
# cd /home/${NB_USER}/example-notebooks
105+
# git pull
106+
# else
107+
# git clone https://github.com/NeuroDesk/example-notebooks /home/${NB_USER}/example-notebooks
108+
# fi

0 commit comments

Comments
 (0)