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

    Can I develope VOXL in a Docker using Windows?

    Ask your questions right here!
    3
    3
    281
    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.
    • A
      Alfonso Ponce
      last edited by

      I've been trying to follow this installation guide not using linux but windows:

      https://docs.modalai.com/install-voxl-docker/

      I haven't been able to run the "install-emulator-docker.sh" file. Having Git installed on Windows, it tries to execute it but with no succes:

      WhatsApp Image 2021-05-07 at 11.38.14.jpeg

      WhatsApp Image 2021-05-07 at 11.38.23.jpeg

      1 Reply Last reply Reply Quote 0
      • Chad SweetC
        Chad Sweet ModalAI Team
        last edited by

        Bash for Windows is not something we have tried specifically.

        If that is your only machine, your best bet though would be to try either:

        1. using WSL2 (Windows Subsystem for Linux version 2), and double check your configuration is WSL2 (it sometimes defaults to v1)
        2. A Google Cloud Ubuntu VM
        1 Reply Last reply Reply Quote 0
        • Eric KatzfeyE
          Eric Katzfey ModalAI Team
          last edited by

          You could also convert the script into a Windows batch file or some other Windows scripting language. But there are Debian specific things in the script file that you would need to convert to the Windows alternative. For example, there are package management commands (apt) that would need to be changed into something for Windows and you would need to use the Windows version of QEMU. This could be a challenging task!

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