Cannot run the example through docker #63
Unanswered
naman-gupta99
asked this question in
Q&A
Replies: 2 comments
|
I resolved the issue that I was getting earlier but now I am getting |
0 replies
|
I have tried updating pyglet to multiple new versions but none of those work. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
On running the following command with xQuartz enabled on my system:
docker run -it --name=f1tenth_gym_container --rm -e DISPLAY=192.168.1.37:0 -v /tmp/.X11-unix:/tmp/.X11-unix f1tenth_gymI get a NoSuchDisplayException from pyglet. What should I do?
All reactions