From e2341099f638a637d3eac19d961e5bcc99dc1c22 Mon Sep 17 00:00:00 2001 From: Samarth Rawat Date: Fri, 19 Sep 2025 01:32:03 +0530 Subject: [PATCH] updated mytts to stts in dockerfile --- stts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stts/Dockerfile b/stts/Dockerfile index cd9a162..c600cb0 100644 --- a/stts/Dockerfile +++ b/stts/Dockerfile @@ -8,7 +8,7 @@ RUN pip install --no-cache-dir -r /workspace/requirements.txt # Copy Triton models and server code COPY models/ /models/ -COPY mytts/ /workspace/mytts/ +COPY stts/ /workspace/stts/ COPY server.py /workspace/server.py # Remove hardcoded token - will be passed at runtime