rahulreshma commited on
Commit
b2e2803
·
verified ·
1 Parent(s): d6f06aa

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
  echo "Starting.."
3
- $HOME/app/test/bin/jupyter-lab \
4
  --ip 0.0.0.0 \
5
  --port 7860 \
6
  --no-browser \
 
1
  #!/bin/bash
2
  echo "Starting.."
3
+ jupyter-lab \
4
  --ip 0.0.0.0 \
5
  --port 7860 \
6
  --no-browser \