mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-06 20:26:38 +01:00
13 lines
309 B
Bash
Executable File
13 lines
309 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run \
|
|
-it --rm \
|
|
-v `pwd`:/aider \
|
|
-v `pwd`/tmp.benchmarks/.:/benchmarks \
|
|
-e OPENAI_API_KEY=$OPENAI_API_KEY \
|
|
-e HISTFILE=/aider/.bash_history \
|
|
-e AIDER_DOCKER=1 \
|
|
-e AIDER_BENCHMARK_DIR=/benchmarks \
|
|
aider-benchmark \
|
|
bash
|