binary1ne commited on
Commit
4f1d811
·
verified ·
1 Parent(s): 093ab0d

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -4
start.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
 
3
- Xvfb :0 -screen 0 1280x800x24 &
4
- x11vnc -forever -nopw -display :0 -rfbport 5900 &
5
- websockify --web=/usr/share/novnc/ 6080 localhost:5900 &
6
- cp -r /usr/share/novnc /web-ui/static/novnc
7
  /home/user/miniconda/envs/webui/bin/python /web-ui/webui_with_vnc.py
 
1
  #!/bin/bash
2
 
3
+ # Xvfb :0 -screen 0 1280x800x24 &
4
+ # x11vnc -forever -nopw -display :0 -rfbport 5900 &
5
+ # websockify --web=/usr/share/novnc/ 6080 localhost:5900 &
6
+ # cp -r /usr/share/novnc /web-ui/static/novnc
7
  /home/user/miniconda/envs/webui/bin/python /web-ui/webui_with_vnc.py