Skip to content

Commit

Permalink
disable watcher, error on docker mac #101
Browse files Browse the repository at this point in the history
  • Loading branch information
abdeladim-s committed Jan 16, 2024
1 parent 2273074 commit 6ed3baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 6ed3baf

Please sign in to comment.