mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
9 lines
110 B
Bash
Executable File
9 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
docker build \
|
|
--file benchmark/Dockerfile \
|
|
-t aider-benchmark \
|
|
.
|