fix docker

This commit is contained in:
Kevin
2026-05-22 10:25:34 +08:00
parent 2866fd3a1d
commit 7600c5da2f
3 changed files with 14 additions and 2 deletions

View File

@@ -25,7 +25,8 @@ operation-room-monitor/
- Docker Compose V2、NVIDIA 驱动、NVIDIA Container Toolkit
- 复制 `backend/.env.example``backend/.env` 并填写
- ActionFormer 权重:`backend/app/resources/actionformer_epoch_045.pth.tar`
- 算法子进程包:`backend/algorithm_subprocesses/5.15/`(含 `main.py``weights/`;镜像构建时会 `COPY` 进容器,勿在 `.dockerignore` 中整目录排除)
- 可选备用权重:`backend/app/resources/actionformer_epoch_045.pth.tar`
---