From 82464546d93e856c002a67e96fb74f0fe1e50ca7 Mon Sep 17 00:00:00 2001 From: faltiska Date: Thu, 12 Jun 2025 11:16:31 +0300 Subject: [PATCH] Added link to podman GPU support docs. --- docker/gpu/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/gpu/Dockerfile b/docker/gpu/Dockerfile index 58a38f8..10f1c11 100644 --- a/docker/gpu/Dockerfile +++ b/docker/gpu/Dockerfile @@ -41,6 +41,7 @@ CMD ["./entrypoint.sh"] # If you want to test the docker image locally, with GPU support, use Podman. +# See ionstructions fro enabling CUDA on Podman: https://podman-desktop.io/docs/podman/gpu # Use these commands from the project root: # podman build -f docker\gpu\Dockerfile -t evie/kokorotts . # Run it with: