Add network host mode and change port mapping in docker run script.

This commit is contained in:
Paul Gauthier 2024-05-01 13:54:28 -07:00
parent 5e4ac44008
commit 71b675d0ef

View file

@ -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