ml-suite icon indicating copy to clipboard operation
ml-suite copied to clipboard

Interaction with Docker container only possible with ID - u200

Open SRQ91 opened this issue 5 years ago • 1 comments

Interaction with container is not possible using the exact name:

./docker_run.sh xilinx-ml-suite-ubuntu-16.04-xrt-2018.2-caffe-1.0-mls-1.5 gives the output: Found xclmgmt driver(s) at /dev/xclmgmt256 Found render driver(s) at /dev/dri/renderD129 /dev/dri/renderD128 Unable to find image 'xilinx-ml-suite-ubuntu-16.04-xrt-2018.2-caffe-1.0-mls-1.4:latest' locally docker: Error response from daemon: pull access denied for xilinx-ml-suite-ubuntu-16.04-xrt-2018.2-caffe-1.0-mls-1.4, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. However using the ID instead of the container name works: ./docker_run.sh <container-id>

SRQ91 avatar Aug 29 '19 09:08 SRQ91

This is a real, but minor issue with the image tag. You can retag it yourself. But if you don’t want to retag it:

For now, please do:

TensorFlow

./docker_run.sh 5764b4f11309

Caffe

./docker_run.sh 6909f7cd79d6

On Thu, Aug 29, 2019 at 2:36 AM SQ [email protected] wrote:

Interaction with container is not possible using the exact name:

./docker_run.sh xilinx-ml-suite-ubuntu-16.04-xrt-2018.2-caffe-1.0-mls-1.5 gives the output: Found xclmgmt driver(s) at /dev/xclmgmt256 Found render driver(s) at /dev/dri/renderD129 /dev/dri/renderD128 Unable to find image 'xilinx-ml-suite-ubuntu-16.04-xrt-2018.2-caffe-1.0-mls-1.4:latest' locally docker: Error response from daemon: pull access denied for xilinx-ml-suite-ubuntu-16.04-xrt-2018.2-caffe-1.0-mls-1.4, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. However using the ID instead of the container name works: ./docker_run.sh

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Xilinx/ml-suite/issues/103?email_source=notifications&email_token=ADX4NJY74PIY3RWSGOEO6ZDQG6KBRA5CNFSM4ISABNMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HIEWV2Q, or mute the thread https://github.com/notifications/unsubscribe-auth/ADX4NJZWG6OMJPWLN33WEILQG6KBRANCNFSM4ISABNMA .

wilderfield avatar Aug 30 '19 04:08 wilderfield