Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Upgrade to ungit 1.1.0, use the new --ungitVersionCheckOverride option #1150

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion containers/datalab/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN ln -s /datalab/web/static/datalab.css /datalab/nbconvert/datalab.css && \
cd / && \

# Install ungit
/tools/node/bin/npm install -g ungit@1.0.0 && \
/tools/node/bin/npm install -g ungit@1.1.0 && \

# Install the support for connecting to a kernel gateway
wget https://github.com/jupyter/kernel_gateway_demos/archive/e653b2bd3ca91ef1af2a13c397766484dcb7b76d.zip && \
Expand Down
2 changes: 1 addition & 1 deletion containers/datalab/content/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ then
fi

# Start the ungit server
ungit --port=8083 --no-launchBrowser --forcedLaunchPath=/content/datalab 1> /dev/null &
ungit --port=8083 --no-launchBrowser --forcedLaunchPath=/content/datalab --ungitVersionCheckOverride 1> /dev/null &

# Start the DataLab server
FOREVER_CMD="forever --minUptime 1000 --spinSleepTime 1000"
Expand Down