We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ab2ea commit 84d9f16Copy full SHA for 84d9f16
template/start-up.sh
@@ -26,7 +26,7 @@ function start_jupyter_server() {
26
sudo echo "${response}" | sudo tee /root/.jupyter/.session_info >/dev/null
27
28
cd /root/.server/
29
- /root/.server/.venv/bin/uvicorn main:app --host 0.0.0.0 --port 49999 --workers 1 --no-access-log --no-use-colors --timeout-keep-alive 640 --timeout 84600
+ /root/.server/.venv/bin/uvicorn main:app --host 0.0.0.0 --port 49999 --workers 1 --no-access-log --no-use-colors --timeout-keep-alive 640
30
}
31
32
echo "Starting Code Interpreter server..."
0 commit comments