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 error for minimal example #19

Open
alexander-sony opened this issue Sep 20, 2024 · 2 comments
Open

docker error for minimal example #19

alexander-sony opened this issue Sep 20, 2024 · 2 comments

Comments

@alexander-sony
Copy link

testing minimal example from readme.md:

docker run --rm --ipc=host --ulimit memlock=-1 --gpus all ghcr.io/tensorpix/benchmarking-cv-models src.train --batch-size 32
Unable to find image 'ghcr.io/tensorpix/benchmarking-cv-models:latest' locally
docker: Error response from daemon: Head "https://ghcr.io/v2/tensorpix/benchmarking-cv-models/manifests/latest": denied: denied.
@alexander-sony
Copy link
Author

alexander-sony commented Sep 20, 2024

maybe update readme with

git clone... && cd ...
docker build -f dockerfiles/cuda120/Dockerfile -t benchmarking-cv-models:cuda120 .
docker run --rm --ipc=host --ulimit memlock=-1 --gpus all benchmarking-cv-models:cu120 src.train --batch-size 32

@bfreskura
Copy link
Contributor

Could you try again?

I tested it today on two machines that weren't authorized to ghcr.io/tensorpix and it was working normally. The packages are public so it should work.

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

2 participants