From 6ed3baf1f54889a4967316d59998204bcc8d5451 Mon Sep 17 00:00:00 2001 From: su Date: Mon, 15 Jan 2024 21:39:59 -0500 Subject: [PATCH] disable watcher, error on docker mac #101 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]