aip9105 commited on
Commit
c1118b2
ยท
verified ยท
1 Parent(s): aadb67a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile CHANGED
@@ -10,10 +10,17 @@ RUN pip3 install --no-cache-dir huggingface_hub --break-system-packages
10
  # 2. ๅฎ‰่ฃ… OpenClaw
11
  RUN npm install -g openclaw@latest --unsafe-perm
12
 
 
 
 
 
 
 
13
  # 3. ่ฎพ็ฝฎๅทฅไฝœ็›ฎๅฝ•ๅนถๆ‹ท่ด่„šๆœฌ
14
  WORKDIR /app
15
  COPY sync.py .
16
  COPY start-openclaw.sh .
 
17
  RUN chmod +x start-openclaw.sh
18
 
19
  # 4. ็Žฏๅขƒๅ˜้‡
 
10
  # 2. ๅฎ‰่ฃ… OpenClaw
11
  RUN npm install -g openclaw@latest --unsafe-perm
12
 
13
+ # ๅœจ Dockerfile ไธญ็คบไพ‹
14
+ RUN npm install -g clawhub
15
+ RUN clawhub install liang-tavily-search
16
+ RUN clawhub install agent-browser
17
+ RUN apt-get update && apt-get install -y --no-install-recommends google-chrome-stable
18
+
19
  # 3. ่ฎพ็ฝฎๅทฅไฝœ็›ฎๅฝ•ๅนถๆ‹ท่ด่„šๆœฌ
20
  WORKDIR /app
21
  COPY sync.py .
22
  COPY start-openclaw.sh .
23
+ COPY tavily_search.py ./scripts
24
  RUN chmod +x start-openclaw.sh
25
 
26
  # 4. ็Žฏๅขƒๅ˜้‡