rahulreshma commited on
Commit
050cbbb
·
verified ·
1 Parent(s): 9a245c9

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
- /app/test/bin/jupyter-lab \
4
  --ip 0.0.0.0 \
5
  --port 7860 \
6
  --no-browser \
 
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 \