You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can reproduce it by downloading the below docker image: docker pull ammaryasirnaich/mmdetection3d:latest
and than run the container with the following command: docker run -it --rm -e DISPLAY=${DISPLAY} --gpus 'all,"capabilities=compute,utility,graphics"' --net=host --ipc=host --privileged -env="QT_X11_NO_MITSHM=1" -v /tmp/.X11-unix:/tmp/.X11-#unix --name mmdetection3d --shm-size=8g ammaryasirnaich/mmdetection3d
While restarting the container i get the below error
![error](https://user-images.githubusercontent.com/5053086/168816475-9d8a80f3-1f7f-41af-a4d7-b076e13ae688.png)
![frontDocker](https://user-images.githubusercontent.com/5053086/168816657-b72f1971-19ab-4213-93eb-cf8add7b6b2d.png)
and the container gets closed which can not be resumed
The text was updated successfully, but these errors were encountered: