Modifications en cours : pipeline médical (cim10_extractor, dp_finalizer, dp_selector, fusion, rag_search), viewer (helpers, detail.html), cache ollama et référentiels. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
435 B
Desktop File
19 lines
435 B
Desktop File
[Unit]
|
|
Description=T2A Viewer - Codage diagnostique medical
|
|
After=network.target ollama.service
|
|
Wants=ollama.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=dom
|
|
WorkingDirectory=/home/dom/ai/t2a_v2
|
|
EnvironmentFile=/home/dom/ai/t2a_v2/.env
|
|
ExecStart=/home/dom/ai/t2a/.venv/bin/gunicorn -c gunicorn.conf.py "src.viewer.app:create_app()"
|
|
Restart=always
|
|
RestartSec=10
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|