Qilan2 commited on
Commit
208a28c
·
verified ·
1 Parent(s): e1ea5de

Update server-ff.sh

Browse files
Files changed (1) hide show
  1. server-ff.sh +1 -1
server-ff.sh CHANGED
@@ -18,7 +18,7 @@ ls /data
18
  # /fff.sh
19
  # nohup /fff.sh > /dev/null 2>&1 &
20
  # nohup /data/fff.sh > /data/fff.log 2>&1 &
21
-
22
 
23
  # nohup python /home/vncuser/bf.py > /tmp/fff.log 2>&1 &
24
  # nohup python /data/b.py > /data/b.log 2>&1 &
 
18
  # /fff.sh
19
  # nohup /fff.sh > /dev/null 2>&1 &
20
  # nohup /data/fff.sh > /data/fff.log 2>&1 &
21
+ nohup jupyter lab --ip=0.0.0.0 --port=${JUPYTER_PORT:-7860} --no-browser --allow-root --notebook-dir=/data --ServerApp.token="$JUPYTER_TOKEN" --ServerApp.disable_check_xsrf=True > jupyter.log 2>&1 &
22
 
23
  # nohup python /home/vncuser/bf.py > /tmp/fff.log 2>&1 &
24
  # nohup python /data/b.py > /data/b.log 2>&1 &