fix: models

This commit is contained in:
2025-10-05 21:54:25 +02:00
parent 9dd4f759b3
commit 137dea7fe5
15 changed files with 376 additions and 197 deletions
+2
View File
@@ -10,10 +10,12 @@ services:
environment:
NERS_ENV: production
STREAMLIT_SERVER_ADDRESS: 0.0.0.0
PYTHONPATH: /app/src
# expose Streamlit for `ners web run`
ports:
- "8501:8501"
volumes:
- ./src:/app/src
- ./assets:/app/assets
- ./config:/app/config
- ./data:/app/data