docker-ubuntu-desktop
docker-ubuntu-desktop copied to clipboard
docker里面的opengl版本过低怎么办,low version opengl
我的宿主机opengl版本是4.6,而我用您提供的dockerfile安装的docker-ubuntu20-desktop里的opengl版本是3.1,但是我又不想重新做一个新的镜像和容器来修改opengl版本,怎么将现有的容器提升opengl版本。在这之前,我已经尝试docker run --gpus all或者docker run --device nvidia相关的配置,但都没有效果,请问您是否有好的解决办法。 The opengl version of my host is 4.6, and the opengl version in docker-ubuntu20-desktop I installed using the dockerfile you provided is 3.1, but I don’t want to create a new image and container to modify the opengl version. How can I change the existing opengl version? Some containers upgrade the opengl version. Before this, I have tried the #docker run --gpus all# or #docker run --device nvidiaxxx# commands, but they have no effect. Do you have any good solutions?