mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
docker environment for the whole benchmark
This commit is contained in:
parent
0ab19aa97c
commit
5ee455a05b
5 changed files with 37 additions and 5 deletions
8
benchmark/docker_build.sh
Executable file
8
benchmark/docker_build.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
docker build \
|
||||
--file benchmark/Dockerfile \
|
||||
-t aider-benchmark \
|
||||
.
|
Loading…
Add table
Add a link
Reference in a new issue