ubuntu 24.04 + RTX 4090 glx problem resolved. Please read Repo. overview.
178
Use below docker run options.
Modify <...> option.
docker run --rm --gpus all \
-e NVIDIA_DRIVER_CAPABILITIES=all -it \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
-e QT_X11_NO_MITSHM=1 \
-e __GLX_VENDOR_LIBRARY_NAME=nvidia \
--mount type=bind,source=<WRITE_YOUR_OWN_DATASET_PATH>,target=/datasets \
badslam:glx \
/bin/bash
Content type
Image
Digest
sha256:a51a57729…
Size
6.8 GB
Last updated
10 months ago
docker pull minwoo03d0/badslam:glx