diff --git a/Dockerfile b/Dockerfile index fe88db6..e776fb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,5 @@ COPY ./assets ./assets RUN pip install . -CMD ["python", "src/subsai/webui.py"] +CMD ["python", "src/subsai/webui.py", "--server.fileWatcherType", "none", "--browser.gatherUsageStats", "false"]