Skip to content
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

docker image assafelovic/gpt-researcher is missing from docker hub #490

Open
SpareShade opened this issue May 11, 2024 · 5 comments
Open

Comments

@SpareShade
Copy link

it seems that the docker assafelovic/gpt-researcher image is missing
gpt-researcher Warning pull access denied for assafelovic/gpt-researcher, repository doesn't exist

thank you for this great tool :)

@assafelovic
Copy link
Owner

@ElishaKay any chance you can help with this as the docker master? 😃

@arces
Copy link

arces commented May 12, 2024

You can git pull and build the image or use https://hub.docker.com/r/elestio/gpt-researcher in the mean while. Their docker compose file is wrong and didn't work for me, so just use the one here in this repo and it should work for you. I looked at their build file and it seems fine, but I would prefer to use the original from assafelovic if I could.

@ElishaKay
Copy link
Contributor

ElishaKay commented May 18, 2024

Hey @SpareShade & @arces,
Thanks for the heads up on this :)
We're looking into a solution - we're considering to auto-push the official Docker Image to Docker Hub when code is merged into this Github repo's Master Branch.
Will update this thread when there's news.

@ElishaKay
Copy link
Contributor

ElishaKay commented May 20, 2024

After discussing with Assaf,
This will be official Docker Package page:

https://hub.docker.com/r/kramer1346/gpt-researcher

I pushed the latest Documents Feature to that Image yesterday & it will be continually updated moving forward to reflect the master branch on this Github repo

@gakugaku
Copy link

https://hub.docker.com/r/kramer1346/gpt-researcher image only supports arm and doesn't work on amd64 :'(

$ docker compose up 
WARN[0000] /gpt-researcher/docker-compose.yml: `version` is obsolete 
[+] Running 14/14
[+] Running 3/2
✔ Network gpt-researcher_default
✔ Container gpt-researcher-gpt-researcher-1
! gpt-researcher The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested
Attaching to gpt-researcher-1
gpt-researcher-1  | exec /usr/local/bin/uvicorn: exec format error
gpt-researcher-1 exited with code 1

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

No branches or pull requests

5 participants