Skip to content

Commit 4dcdcd4

Browse files
committed
Remove unnecessary path
1 parent 8b39743 commit 4dcdcd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

template/start-up.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ function start_jupyter_server() {
2929
/root/.server/.venv/bin/uvicorn main:app --host 0.0.0.0 --port 49999 --workers 1 --no-access-log --no-use-colors
3030
}
3131

32-
export PATH="/opt/java/openjdk/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
33-
3432
echo "Starting Code Interpreter server..."
3533
start_jupyter_server &
3634
MATPLOTLIBRC=/root/.config/matplotlib/.matplotlibrc jupyter server --IdentityProvider.token="" >/dev/null 2>&1

0 commit comments

Comments
 (0)