This repository was archived by the owner on Dec 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
No GUI #15
Copy link
Copy link
Open
Description
Hi Chelsea,
Imagine my shock and surprise when I ran
bash 6_train_Quick96.sh
and got the error:
: cannot connect to X server
I managed to solve this with x11 forwarding. There are some security concerns but if you're behind a firewall, you should be safe to put:
xhost + in the start.sh script then ran docker with the options (also in the start.sh script):
--net=host --ipc=host \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
Then you can monitor your training, which made me VERY HAPPY:

...I'd be happy to run through this with you - thank you again for laying some fantastic groundwork in this repo.
Sean
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels