We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b39743 commit 4dcdcd4Copy full SHA for 4dcdcd4
template/start-up.sh
@@ -29,8 +29,6 @@ function start_jupyter_server() {
29
/root/.server/.venv/bin/uvicorn main:app --host 0.0.0.0 --port 49999 --workers 1 --no-access-log --no-use-colors
30
}
31
32
-export PATH="/opt/java/openjdk/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
33
-
34
echo "Starting Code Interpreter server..."
35
start_jupyter_server &
36
MATPLOTLIBRC=/root/.config/matplotlib/.matplotlibrc jupyter server --IdentityProvider.token="" >/dev/null 2>&1
0 commit comments