fix(streamlit): disable file watcher to avoid torch.classes conflict
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
- STREAMLIT_SERVER_ENABLE_FILE_WATCHER=false
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "8501:8501"
|
||||
|
||||
Reference in New Issue
Block a user