1 Star 0 Fork 0

RexHuang936 / SWE-agent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 519 Bytes
一键复制 编辑 原始数据 按行查看 历史
JGalego 提交于 2024-04-17 00:38 . Added missing rich_argparse pkg
FROM python:3.9
# Set the working directory
WORKDIR /app
# Install Python dependencies
RUN pip install anthropic[bedrock] config datasets docker gymnasium numpy openai pandas rich rich_argparse ruamel.yaml swebench tenacity unidiff simple-parsing together ollama
# Install Docker CLI using the official Docker installation script
RUN curl -fsSL https://get.docker.com -o get-docker.sh && \
sh get-docker.sh
# Copy the application code
# Do this last to take advantage of the docker layer mechanism
COPY . /app
1
https://gitee.com/RexHuang936/SWE-agent.git
git@gitee.com:RexHuang936/SWE-agent.git
RexHuang936
SWE-agent
SWE-agent
main

搜索帮助