-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running aider on Mac M1 in docker with ollama #3078
Comments
Running produces output |
OK, I figured it out. The example in documentation is not functional, because internally Dockerfile creates a user with id 1000 and we can't just pass our user per example provided here https://aider.chat/docs/install/docker.html This works
|
The fix is available in the :dev build of the docker container. |
@paul-gauthier can you drop a diff link? |
I'm closing this bug report since it has been marked as 'fixed' for over 3 weeks. This issue should be resolved in recent versions of aider. If you find that this bug is still present, please feel free to reopen this issue or create a new one with steps to reproduce. Note: A bot script made these updates to the issue. |
Issue
Is this command supposed to work?
docker run -it --user $(id -u):$(id -g) -e OLLAMA_API_BASE=http://127.0.0.1:11434 --volume $(pwd):/app paulgauthier/aider-full --model ollama_chat/qwen2.5-coder:14b --message "write a hello world python program" --yes
I'm getting an error:
Version and model info
Aider: aider 0.72.3 (paulgauthier/aider-full:latest)
The text was updated successfully, but these errors were encountered: