OmniParser
OmniParser copied to clipboard
Unable to create Omnibox VM
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 ?
I also encountered a similar problem, and I solved it by:
-
Confirm that docker has logged in
docker login -
Manually pull qemux/qemu-docker:6.08
docker pull qemux/qemu-docker:6.08 -
Go to the OmniParser\omnitool\omnibox directory and execute
docker pull windows-local -
Go back to OmniParser\omnitool\omnibox\scripts and execute the manage_vm script
-
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
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?
same problem