docker-ubuntu-desktop icon indicating copy to clipboard operation
docker-ubuntu-desktop copied to clipboard

Docker Image for Ubuntu Desktop which support HW GPU accelerated GUI apps. you can access the Container with ssh or remote desktop, just like Cloud VM.

Results 9 docker-ubuntu-desktop issues
Sort by recently updated
recently updated
newest added

The docker image `gezp/ubuntu-desktop:22.04-cu12.x.x` cannot be connected by nomachine. However, `gezp/ubuntu-desktop:20.04-cu11.x.x` works well. The host machine is `ubuntu 20.04` with `nvidia driver` correctly installed and the nomachine client is installed...

容器创建命令: docker run -d --restart=on-failure \ --name my_desktop \ --cap-add=SYS_PTRACE \ --gpus all \ --shm-size=1024m \ -p 10022:22 \ -p 14000:4000 \ gezp/ubuntu-desktop:20.04-cu11.0.3 执行 vulkaninfo | grep -i "GPU": error:...

我的宿主机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,...

I successfully made a container and can viewed ubuntu desktop GUI in my Unbutu host. But when I tried the same process in Windows 11, nomachine can not find the...

to commit the changes in the ubuntu desktop after kill / stop the container `docker kill $(docker ps -q) && docker commit $(docker ps -aq | head -n 1) gezp/ubuntu-desktop`

你好,我们使用kubernetes的deployment加载了镜像ubuntu22-cu12.1.1,创建ubuntu用户和执行./docker_config/entrypoint.sh后。 通过nomachine用ubuntu账号登录出现以下错误: > 704 704 2024-09-24 04:10:18 595.641 NXSERVER Connected from remote machine '10.233.64.64' using protocol 'NX'. > Info: Handler started with pid 704 on Tue Sep 24 04:10:18 2024....