GonzaCerv / noah-docker

Docker images for running development and emulation
MIT License
1 stars 2 forks source link

Fix xauth error due to xlist #2

Closed dmnunez1993 closed 4 years ago

dmnunez1993 commented 4 years ago

This PR introduces a small fix to the following error:

ffff 0012 646965676f2d323030342d6465736b746f70 0000 0012 4d49542d4d414749432d434f4f4b49452d31 0010 d868730e26e006729a727819508e6818 ffff 0012 646965676f2d323030342d6465736b746f70 0000 0012 4d49542d4d414749432d434f4f4b49452d31 0010 d868730e26e006729a727819508e6818
xauth:  file /tmp/.docker.xauth does not exist
xauth: (argv):1:  unable to read any entries from file "(stdin)"

Relevant fix was found here: https://github.com/lbeaucourt/Object-detection/issues/7#issuecomment-433085794

GonzaCerv commented 4 years ago

Thanks for your help @dmnunez1993 you rock!