1 parent 571c541 commit e4dcdb9Copy full SHA for e4dcdb9
1 file changed
docker/agent/Dockerfile
@@ -16,3 +16,6 @@ RUN apt-get update -qq && \
16
ENV PIP_BREAK_SYSTEM_PACKAGES=1
17
ENV PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
18
RUN pip install --no-cache-dir kimi-cli==1.16.0 beautifulsoup4 lxml openpyxl pandas pillow pypdfium2 pyyaml
19
+
20
+RUN mkdir -p /home/wizawu
21
+RUN git clone --depth 1 https://github.com/anthropics/skills.git /home/wizawu/.claude
0 commit comments