Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

No GUI #15

Open
seaniedan opened this issue Jun 11, 2021 · 1 comment
Open

No GUI #15

seaniedan opened this issue Jun 11, 2021 · 1 comment

Comments

@seaniedan
Copy link
Contributor

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:
image

...I'd be happy to run through this with you - thank you again for laying some fantastic groundwork in this repo.

Sean

@xychelsea
Copy link
Owner

Thanks, I'm setting up something similar for a headless rig for someone - I will be updating the repository. Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants