You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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
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:
Expected behavior
The pull succeeds
Upvote & Fund
The text was updated successfully, but these errors were encountered: