Files
rag-local/.dockerignore
T
2026-09-03 15:25:28 +08:00

13 lines
332 B
Plaintext

.git
.idea
# 运行时数据由宿主机 bind mount 提供,禁止打进镜像(镜像内快照会与宿主机数据脱节)
data
workspace
ui-src/node_modules
ui-src/dist
# 模型推理引擎(LocalAI backend gallery 可重新拉取)
backends/*
# 模型权重(大文件,不提交;*.yaml 配置保留提交)
models/*