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

[BUG] docker container not available #534

Open
evelynmitchell opened this issue Jul 13, 2024 · 1 comment
Open

[BUG] docker container not available #534

evelynmitchell opened this issue Jul 13, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@evelynmitchell
Copy link
Contributor

evelynmitchell commented Jul 13, 2024

Describe the bug
"pull access denied for kyegomez/swarms, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"

It may not be on docker hub: https://hub.docker.com/search?q=kyegomez

It's definately not on ghcr.io

To Reproduce
Steps to reproduce the behavior:

  1. docker pull kyegomez/swarms

Expected behavior
The pull succeeds

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@evelynmitchell evelynmitchell added the bug Something isn't working label Jul 13, 2024
@patrickbdevaney
Copy link
Contributor

I was able to pull the recent swarms container using: sudo docker pull swarmscorp/swarms. The container was built for arm would not run on my machine.

I'm pushing an amd64 version of the docker container for the current version of swarms, which should work for Linux based desktops. The existing arm image should work for ec2, though.

I built it locally for Linux on amd64:
sudo docker build -t swarmscorp/swarms:amd64 .

To view container images on your computer:
sudo docker images

To access the internal directory:
sudo docker ps

Here are some helpful commands:
sudo docker pull patrickbdevaney/swarms:amd64
sudo docker run -it patrickbdevaney/swarms:amd64 bash

to run a file which requires an api key:
sudo docker run -it -e OPENAI_API_KEY=<<your_api_key>> swarmscorp/swarms:amd64 bash

Then invoke the python file in bash as normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants