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