Skip to content

update Dockerfile to better support Apple silicon (multi-arch images) #78

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

Merged
merged 1 commit into from
Mar 23, 2025

Conversation

gschmutz
Copy link
Contributor

@gschmutz gschmutz commented Mar 22, 2025

@rlancemartin I had some troubles running the docker images on my Mac M1 and changed the Dockerfile to better support it.

@gschmutz gschmutz changed the title update Dockerfile to better support Apple silicon (multi-arch docker … update Dockerfile to better support Apple silicon (multi-arch images) Mar 22, 2025
@gschmutz
Copy link
Contributor Author

@rlancemartin not sure if you saw my comment on my previous PR after it has been closed. That's why I repeat it here.....

I was hoping that you the github action would run in your repository and publishes the docker image as a package to the langchain-ai organisation. At the moment the action fails, because the GH_TOKEN (github token) environment variable is not set.
I have the action running on my own fork https://github.com/gschmutz/local-deep-researcher to have the docker image built whenever a new commit is done to the project. Not sure if that's something you are ok with. I could help you with the necessary config steps, if needed.

@rlancemartin
Copy link
Collaborator

Ah got it! @vbarda or @hinthornw may be online / can set this. I can have a look later today as well!

@rlancemartin rlancemartin merged commit 24db21f into langchain-ai:main Mar 23, 2025
1 check failed
@rlancemartin
Copy link
Collaborator

@rlancemartin not sure if you saw my comment on my previous PR after it has been closed. That's why I repeat it here.....

I was hoping that you the github action would run in your repository and publishes the docker image as a package to the langchain-ai organisation. At the moment the action fails, because the GH_TOKEN (github token) environment variable is not set. I have the action running on my own fork https://github.com/gschmutz/local-deep-researcher to have the docker image built whenever a new commit is done to the project. Not sure if that's something you are ok with. I could help you with the necessary config steps, if needed.

I added a repo secret GH_TOKEN w/ a PAT that has write:packages permission to this repo. Hopefully that resolved it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants