mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
Add network host mode and change port mapping in docker run script.
This commit is contained in:
parent
5e4ac44008
commit
71b675d0ef
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ docker run \
|
|||
-e HISTFILE=/aider/.bash_history \
|
||||
-e AIDER_DOCKER=1 \
|
||||
-e AIDER_BENCHMARK_DIR=/benchmarks \
|
||||
-p 12345:12345 \
|
||||
--net=host \
|
||||
-p 11434:11434 \
|
||||
aider-benchmark \
|
||||
bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue