docker environment for the whole benchmark

This commit is contained in:
Paul Gauthier 2023-06-29 14:19:00 -07:00
parent 0ab19aa97c
commit 5ee455a05b
5 changed files with 37 additions and 5 deletions

8
benchmark/docker_build.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
set -e
docker build \
--file benchmark/Dockerfile \
-t aider-benchmark \
.