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

No GUI #15

@seaniedan

Description

@seaniedan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions