From cb2c13bdbf626933ebbf90d6faf01e8ed29db2a7 Mon Sep 17 00:00:00 2001 From: Robert Dunmire III Date: Sat, 4 Jan 2025 16:17:48 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bca1952..ce05019 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN \ RUN \ . /app/bin/activate && \ - /app/bin/python3 -m pip install --no-cache-dir --force-reinstall --no-deps\ + /app/bin/python3 -m pip install --no-cache-dir --no-deps\ "piper-tts==${PIPER_RELEASE}" \ &&\ \ @@ -46,7 +46,7 @@ RUN \ onnxruntime-gpu \ &&\ \ - /app/bin/python3 -m pip install --force-reinstall --no-cache-dir\ + /app/bin/python3 -m pip install --no-cache-dir\ "wyoming-piper==${WYOMING_PIPER_VERSION}"\ &&\ \