Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Robotics-Object-Pose-Estimation cannot find Docker Image

Discussion in 'Robotics' started by mattratcliffe, May 13, 2023.

  1. mattratcliffe

    mattratcliffe

    Joined:
    Sep 10, 2012
    Posts:
    13
    Hi there

    I have been trying to set up a working demo of the Robotics object pose estimation repo but I have hit an issue when walking through this step by step: https://github.com/Unity-Technologi...on/blob/main/Documentation/quick_demo_full.md

    My docker file has built successfully but when I run this command:

    docker run -it --rm -p 10000:10000 -p 5005:5005 unity-robotics:pose-estimation /bin/bash


    I get this error in the CMD prompt:

    C:\Users\user_1>docker run -it --rm -p 10000:10000 -p 5005:5005 unity-robotics:pose-estimation /bin/bash
    Unable to find image 'unity-robotics:pose-estimation' locally
    docker: Error response from daemon: pull access denied for unity-robotics, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
    See 'docker run --help'.


    I have run this at the root C folder (as you can see above) and the root of the Robotics-Object-Pose-Estimation folder (which you need to do in order to build the Docker image).

    Am I missing something?

    Any help much appreciated.
    Matt
     
    Last edited: May 13, 2023