Procházet zdrojové kódy

Properly support Vulkan

ehfd před 4 roky
rodič
revize
00bc389fa1
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -2,7 +2,7 @@
 
 MATE Desktop container supporting GLX/Vulkan for NVIDIA GPUs by spawning its own X Server and noVNC WebSocket interface instead of using the host X server. Does not require `/tmp/.X11-unix` host sockets or any non-conventional/dangerous host setup.
 
-Use [docker-nvidia-egl-desktop](https://github.com/ehfd/docker-nvidia-egl-desktop) for a more stable MATE Desktop container that directly accesses NVIDIA GPUs without using an X Server (without Vulkan support).
+Use [docker-nvidia-egl-desktop](https://github.com/ehfd/docker-nvidia-egl-desktop) for a MATE Desktop container that directly accesses NVIDIA GPUs without using an X Server (without Vulkan support).
 
 **Change the NVIDIA GPU driver version inside the container to be equal to the host and build your own Dockerfile.** Change **bootstrap.sh** if you are using a headless GPU like Tesla. Corresponding container toolkit on the host for allocating GPUs should also be set up.
 
@@ -16,7 +16,7 @@ For Docker this configuration is tested to work but the container will have pote
 docker run --gpus 1 --privileged -it -e SIZEW=1920 -e SIZEH=1080 -e SHARED=TRUE -e VNCPASS=vncpasswd -p 5901:5901 ehfd/nvidia-glx-desktop:latest
 ```
 
-The below may also work without privileged access but is untested and may be buggy:
+The below may also work without privileged access but is untested:
 
 ```
 docker run --gpus 1 --device=/dev/tty0:rw -it -e SIZEW=1920 -e SIZEH=1080 -e SHARED=TRUE -e VNCPASS=vncpasswd -p 5901:5901 ehfd/nvidia-glx-desktop:latest