From 8ef9c1aff5d68bfec22382ee60ecfa2c93bba752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Mon, 26 Jun 2023 17:39:34 +0200 Subject: [PATCH] add firefox nvidia image to docs. --- docs/getting-started/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index 7b9a3a8..3299447 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -74,8 +74,9 @@ For images with VAAPI GPU hardware acceleration using intel drivers use: - `ghcr.io/m1k1o/neko/intel-xfce:latest` - `ghcr.io/m1k1o/neko/intel-kde:latest` -For images with Nvidia GPU hardware acceleration using EGL (see example below) use: +For images with Nvidia GPU hardware acceleration using EGL (see example below) use (please note, there is a known issue with EGL and Chromium-based browsers, see [here](https://github.com/m1k1o/neko/issues/279)): +- `ghcr.io/m1k1o/neko/nvidia-firefox:latest` - `ghcr.io/m1k1o/neko/nvidia-chromium:latest` - `ghcr.io/m1k1o/neko/nvidia-google-chrome:latest` - `ghcr.io/m1k1o/neko/nvidia-microsoft-edge:latest`