tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

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

Open mikkelbrynildsen opened this issue 3 years ago • 0 comments

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

mikkelbrynildsen avatar Jun 14 '22 07:06 mikkelbrynildsen