Zhang Yuxiang

fix(streamlit): disable file watcher to avoid torch.classes conflict

@@ -9,6 +9,7 @@ services: @@ -9,6 +9,7 @@ services:
9 restart: unless-stopped 9 restart: unless-stopped
10 environment: 10 environment:
11 - PYTHONUNBUFFERED=1 11 - PYTHONUNBUFFERED=1
  12 + - STREAMLIT_SERVER_ENABLE_FILE_WATCHER=false
12 ports: 13 ports:
13 - "5000:5000" 14 - "5000:5000"
14 - "8501:8501" 15 - "8501:8501"