running labelme on a docker #1182
Unanswered
jorgrde1
asked this question in
Q&A / Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i tried to run label me with the dockerfile that you provide but I got this errors on terminal :
$ docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=:0 -v $(pwd):/root/workdir wkentaro/labelme
[INFO ] init:get_config:71 - Loading config file from: /root/.labelmerc
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
libGL error: MESA-LOADER: failed to retrieve device information
libGL error: Version 4 or later of flush extension not found
libGL error: failed to load driver: i915
The app displays good but when i try to open a file or when i click right button the window appears black
QXcbConnection: XCB error: 2 (BadValue), sequence: 732, resource id: 600, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 2 (BadValue), sequence: 736, resource id: 600, major code: 130 (Unknown), minor code: 3
and i got this errors
Beta Was this translation helpful? Give feedback.
All reactions