mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-06 20:26:38 +01: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 \
|
|
.
|