1 Star 0 Fork 0

ooeyusea/SWE-agent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.sh 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
# bash strict mode
set -euo pipefail
echo "Setting up docker image for swe-agent..."
# TARGETARCH should be set automatically on most (but not all) systems, see
# https://github.com/princeton-nlp/SWE-agent/issues/245
docker build -t sweagent/swe-agent:latest -f docker/swe.Dockerfile --build-arg TARGETARCH=$(uname -m) .
echo "Setting up docker image for evaluation..."
docker build -t sweagent/swe-eval:latest -f docker/eval.Dockerfile .
echo "Done with setup!"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ooeyusea/SWE-agent.git
git@gitee.com:ooeyusea/SWE-agent.git
ooeyusea
SWE-agent
SWE-agent
327-copy-patch-button-should-appear-next-to-patch-submission

搜索帮助