aider/benchmark/docker_build.sh
2023-06-29 14:19:00 -07:00

8 lines
110 B
Bash
Executable file

#!/bin/bash
set -e
docker build \
--file benchmark/Dockerfile \
-t aider-benchmark \
.