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

onnx/onnx-docker repository does not exist or may require 'docker login' #268

Open
mikkelbrynildsen opened this issue Jun 14, 2022 · 0 comments
Labels

Comments

@mikkelbrynildsen
Copy link

Bug Report

Describe the bug

When trying to run docker run -it --rm onnx/onnx-docker:cpu /bin/bash I get the error
docker: Error response from daemon: pull access denied for onnx/onnx-docker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

Please describe the bug clearly and concisely.

System information

  • OS Platform and Distribution (e.g. Linux Ubuntu 16.04): Windows
  • ONNX version (e.g. 1.7): latest
  • Python version: 3.7
  • GCC/Compiler version (if compiling from source):
  • CMake version:
  • Protobuf version:
  • Visual Studio version (if applicable):

Reproduction instructions

  • Describe the code to reproduce the behavior.
docker run -it --rm onnx/onnx-docker:cpu /bin/bash
...
  • Attach the ONNX model to the issue (where applicable)

Expected behavior

no image downloaded

Notes

Any additional information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant