Update start_server.sh
Browse files- start_server.sh +1 -3
start_server.sh
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
#!/bin/bash
|
2 |
-
JUPYTER_TOKEN="${
|
3 |
|
4 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
5 |
-
import os
|
6 |
-
os.environ.get("SECRET_EXAMPLE")
|
7 |
jupyter-lab \
|
8 |
--ip 0.0.0.0 \
|
9 |
--port 7860 \
|
|
|
1 |
#!/bin/bash
|
2 |
+
JUPYTER_TOKEN="${password}"
|
3 |
|
4 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
|
|
|
|
5 |
jupyter-lab \
|
6 |
--ip 0.0.0.0 \
|
7 |
--port 7860 \
|