a8926764 commited on
Commit
11c499a
·
verified ·
1 Parent(s): d1d886d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -43,7 +43,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
43
  && rm -rf /var/lib/apt/lists/*
44
 
45
  # 2. 安装 Python 依赖(huggingface_hub)
46
- RUN pip3 install --no-cache-dir huggingface_hub>=0.22.0 requests>=2.31.0
 
 
47
 
48
  # 3. 安装 OpenClaw(非交互,稳定)
49
  RUN npm install -g openclaw@2026.2.9 \
 
43
  && rm -rf /var/lib/apt/lists/*
44
 
45
  # 2. 安装 Python 依赖(huggingface_hub)
46
+ RUN pip3 install --break-system-packages --no-cache-dir \
47
+ huggingface_hub>=0.22.0 \
48
+ requests>=2.31.0
49
 
50
  # 3. 安装 OpenClaw(非交互,稳定)
51
  RUN npm install -g openclaw@2026.2.9 \