Spaces:
Running
Running
Duongkum999
commited on
Commit
•
728380f
1
Parent(s):
75242bf
Update start_server.sh
Browse files- start_server.sh +4 -0
start_server.sh
CHANGED
@@ -5,6 +5,10 @@ echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
|
5 |
|
6 |
NOTEBOOK_DIR="/data"
|
7 |
|
|
|
|
|
|
|
|
|
8 |
jupyter-lab \
|
9 |
--ip 0.0.0.0 \
|
10 |
--port 7860 \
|
|
|
5 |
|
6 |
NOTEBOOK_DIR="/data"
|
7 |
|
8 |
+
# Khởi động máy ảo
|
9 |
+
virsh start ubuntu-vm
|
10 |
+
|
11 |
+
# Khởi động Jupyter Lab
|
12 |
jupyter-lab \
|
13 |
--ip 0.0.0.0 \
|
14 |
--port 7860 \
|