From 89a60210231ec3e17898af8b6a05e67b0acb8ede Mon Sep 17 00:00:00 2001 From: remsky Date: Sun, 9 Feb 2025 15:35:35 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 479f966..57f24c2 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Refer to the core/config.py file for a full list of variables which can be manag ```bash -docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.0post3 # CPU, or: -docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0post3 #NVIDIA GPU +docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.0post4 # CPU, or: +docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0post4 #NVIDIA GPU ```