From 25526b3aa21427bd6f975cf349523faf4fc5e444 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Tue, 1 Jul 2025 19:14:49 +0200 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c051b90..72b9119 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN pip install torch torchvision torchaudio --index-url https://download.pytorc COPY . . # Install WhisperLiveKit directly, allowing for optional dependencies -# Note: For gates modedls, need to add your HF toke. See README.md +# Note: For gates models, need to add your HF toke. See README.md # for more details. RUN if [ -n "$EXTRAS" ]; then \ echo "Installing with extras: [$EXTRAS]"; \