mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
8 lines
110 B
Bash
Executable file
8 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
docker build \
|
|
--file benchmark/Dockerfile \
|
|
-t aider-benchmark \
|
|
.
|