OmniParser icon indicating copy to clipboard operation
OmniParser copied to clipboard

Unable to create Omnibox VM

Open linkwithkk opened this issue 8 months ago • 3 comments

Image

I do not have access to docker desktop so using docker binaries. OS is windows server 2022.

Initially i was having issues with docker compose command not recognizing shorthand -f.

Changed the docker compose command to use binary docker-compose instead of docker compose and it worked. Now I'm facing issues in pulling the below image. Looked into the Dockerfile and saw this line:

COPY --from=qemux/qemu-docker:6.08

This leads to error in the above image. Is there any workaround for this ?

linkwithkk avatar Mar 05 '25 06:03 linkwithkk

I also encountered a similar problem, and I solved it by:

  1. Confirm that docker has logged in docker login

  2. Manually pull qemux/qemu-docker:6.08 docker pull qemux/qemu-docker:6.08

  3. Go to the OmniParser\omnitool\omnibox directory and execute docker pull windows-local

  4. Go back to OmniParser\omnitool\omnibox\scripts and execute the manage_vm script

  5. Confirm that the terminal will not report an error, and then observe the installation progress at http://localhost:8006/vnc.html?view_only=1&autoconnect=1&resize=scale

wuwei12345 avatar Mar 20 '25 09:03 wuwei12345

qemu-docker seems to be taken down somehow. The URL is no longer exist and the repository is not exist on the Docker Hub. Left 3 repositories: qemu, qemu-arm, qemu-host. So, is qemux/qemu-docker same as qemux/qemu?

Image Image

Shuu-Ri avatar Apr 15 '25 06:04 Shuu-Ri

same problem

icey-zhang avatar Apr 17 '25 07:04 icey-zhang