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)
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
Reproduction instructions
Expected behavior
no image downloaded
Notes
Any additional information