ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Can't run the voxl-emulator docker image

    VOXL
    3
    4
    399
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      colerose
      last edited by

      I'm trying to run the voxl-emulator docker image to test code intended for the voxl without the voxl.

      I downloaded the voxl-emulator V1.7 file from https://developer.modalai.com/asset and ran

      "docker load < voxl-emulator_V1.7.tgz" to load the image.

      I tried to run it with the following commands but I keep getting the same error. Is anyone able to help me with this? Picture of terminal output is attached below.
      Screenshot from 2021-08-24 11-10-37.png

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User
        last edited by

        Hi Cole,

        It looks like you need to tag the docker image as latest. Right now docker only lists 1.7 (which is the latest version, but :latest is looking for an actual image with that tag, not just the most recent image. If you run docker tag 55d4f01b7bcd voxl-emulator:latest then the voxl-docker command should work.

        1 Reply Last reply Reply Quote 0
        • C
          colerose
          last edited by

          Hi @Alex-Gardner. I ran that command and got the same issue as before. Here is the output:

          Screenshot from 2021-08-24 16-18-03.png

          1 Reply Last reply Reply Quote 0
          • Alex KushleyevA
            Alex Kushleyev ModalAI Team
            last edited by Alex Kushleyev

            It looks like your machine does not have QEMU support or is missing ARM support on your host machine. Please try instructions here : https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/ (which also show you how to run ARM64 docker images on x86)

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Powered by NodeBB | Contributors