Merge pull request #219 from NTFago/fix/torch-classes-error
fix: disable Streamlit file watcher to resolve 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