feat: merge Xid-Catalog.xlsx, fix dmesg regex, and improve history UI

This commit is contained in:
unknown
2026-06-24 14:43:05 +09:00
commit 59e3a62ee5
13 changed files with 3913 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: "3.8"
services:
nv-log-analyzer:
build: .
container_name: nv-log-analyzer
ports:
- "8501:8501"
restart: unless-stopped
volumes:
- ./data:/app/data
environment:
- STREAMLIT_SERVER_MAX_UPLOAD_SIZE=500