CoppeliaRobotics / docker-image-coppeliasim

MIT License
10 stars 5 forks source link

docker run get stuck #1

Open ekky-kharismadhany opened 3 years ago

ekky-kharismadhany commented 3 years ago

Hello, I was trying to install docker image of coppeliasim in this repo. When i insert "docker run coppeliasim-ubuntu18:latest". It's working until this part image

How can i solve this ?

PS : I'm on openSUSE Leap 15.2, ASUS x455l

antonin-11 commented 3 years ago

Hello, I have exactly the same problem, I'm really stuck. Thanks

StephAO commented 3 years ago

I was also having this issue if I ran the container myself, but if I use the run.sh script, which runs the entrypoint script in the container (From the dockerfile: RUN echo '#!/bin/bash\ncd $COPPELIASIM_ROOT\n/usr/bin/xvfb-run --server-args "-ac -screen 0, 1024x1024x24" coppeliaSim "$@"' > /entrypoint && chmod a+x /entrypoint), it seemed like coppeliasim was working.

That being said, I am trying to use libraries on top of CoppeliaSim (specifically PyRep and RLBench), and I have yet to get those to work. When I alter the script to run my python file that (on my own system) runs coppeliasim, I am getting: qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""

beautifulv0id commented 5 months ago

@StephAO I am facing the same problem. Did you by now manage to run RLBench in a docker image?