Tea78 commited on
Commit
091bd36
·
verified ·
1 Parent(s): 74558ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
11
 
12
  # 2. 安装 Hugging Face Hub
13
  RUN pip3 install --no-cache-dir huggingface_hub --break-system-packages
 
14
 
15
  # 3. Git 配置
16
  RUN update-ca-certificates && \
 
11
 
12
  # 2. 安装 Hugging Face Hub
13
  RUN pip3 install --no-cache-dir huggingface_hub --break-system-packages
14
+ RUN npx skills add https://github.com/CortexReach/memory-lancedb-pro-skill --skill memory-lancedb-pro
15
 
16
  # 3. Git 配置
17
  RUN update-ca-certificates && \