Spaces:
Paused
Paused
Update start.sh
Browse files
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 \
|