We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
ghcr.io/tensorpix
No branches or pull requests
testing minimal example from readme.md:
The text was updated successfully, but these errors were encountered: