sharween commited on
Commit
3e9c25a
·
verified ·
1 Parent(s): abf7dd2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,9 +8,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8
  RUN pip3 install --no-cache-dir huggingface_hub --break-system-packages
9
 
10
  # 2. 安装 OpenClaw
11
- RUN npm install -g openclaw@latest --unsafe-perm
12
  # RUN npm install -g @larksuiteoapi/node-sdk --unsafe-perm && \
13
- # run npm install -g openclaw@2026.3.28 --unsafe-perm
14
 
15
  # 3. 设置工作目录并拷贝脚本
16
  WORKDIR /app
 
8
  RUN pip3 install --no-cache-dir huggingface_hub --break-system-packages
9
 
10
  # 2. 安装 OpenClaw
11
+ # RUN npm install -g openclaw@latest --unsafe-perm
12
  # RUN npm install -g @larksuiteoapi/node-sdk --unsafe-perm && \
13
+ run npm install -g openclaw@2026.3.28 --unsafe-perm
14
 
15
  # 3. 设置工作目录并拷贝脚本
16
  WORKDIR /app