microsoft / microsoft/OmniParser
./manage_vm create problem
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 25.4k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
(.venv) PS D:\ai\OmniParser\omnitool\omnibox\scripts> ./manage_vm create
Image not found locally. Building...
[+] Building 178.9s (9/16) docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.33kB 0.0s
=> [internal] load metadata for swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/qemux/qemu-docker:6.08 4.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/qemux/qemu-docker:6.08@sha256:ecc6422bf2829bf2e612c89e5ecff04cc85e2c407e31fa15a4f649394aa5b835 0.0s
=> => resolve swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/qemux/qemu-docker:6.08@sha256:ecc6422bf2829bf2e612c89e5ecff04cc85e2c407e31fa15a4f649394aa5b835 0.0s
=> CACHED [build-amd64 8/8] ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.43-0/virtio-win-1.9.43.tar.xz /drivers.txz 3.7s
=> CACHED [build-amd64 7/8] ADD --chmod=755 https://raw.githubusercontent.com/christgau/wsdd/v0.8/src/wsdd.py /usr/sbin/wsdd 1.1s
=> [internal] load build context 0.0s
=> => transferring context: 387B 0.0s
=> CACHED [build-amd64 1/8] COPY --from=swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/qemux/qemu-docker:6.08 / / 0.0s
=> ERROR [build-amd64 2/8] RUN set -eu && apt-get update && apt-get --no-install-recommends -y install bc jq curl 7zip wsdd samba xz-utils wimtools dos2unix cabextract genisoimage libxml2-utils 174.8s
[build-amd64 2/8] RUN set -eu && apt-get update && apt-get --no-install-recommends -y install bc jq curl 7zip wsdd samba xz-utils wimtools dos2unix cabextract genisoimage libxml2-utils libarchive-tools && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*:
33.58 Get:1 http://deb.debian.org/debian trixie InRelease [166 kB]
35.58 Get:2 http://deb.debian.org/debian trixie-updates InRelease [45.1 kB]
36.96 Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
97.03 Ign:4 http://deb.debian.org/debian trixie/main amd64 Packages
97.69 Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [5304 B]
158.1 Ign:4 http://deb.debian.org/debian trixie/main amd64 Packages
172.4 Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9672 kB]
173.4 Fetched 9931 kB in 2min 53s (57.4 kB/s)
173.4 Reading package lists...
174.0 Reading package lists...
174.5 Building dependency tree...
174.7 Reading state information...
174.7 Package wsdd is not available, but is referred to by another package.
174.7 This may mean that the package is missing, has been obsoleted, or
174.7 is only available from another source
174.7
174.7 E: Package 'wsdd' has no installation candidate
Dockerfile:10
9 |
10 | >>> RUN set -eu &&
11 | >>> apt-get update &&
12 | >>> apt-get --no-install-recommends -y install
13 | >>> bc
14 | >>> jq
15 | >>> curl
16 | >>> 7zip
17 | >>> wsdd
18 | >>> samba
19 | >>> xz-utils
20 | >>> wimtools
21 | >>> dos2unix
22 | >>> cabextract
23 | >>> genisoimage
24 | >>> libxml2-utils
25 | >>> libarchive-tools &&
26 | >>> apt-get clean &&
27 | >>> rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
28 |
ERROR: failed to solve: process "/bin/sh -c set -eu && apt-get update && apt-get --no-install-recommends -y install bc jq curl 7zip wsdd samba xz-utils wimtools dos2unix cabextract genisoimage libxml2-utils libarchive-tools && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 100
View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/h8jwr6dxad4gkprmft759f3d2
[+] Running 1/1
✘ windows Error pull access denied for windows-local, repository does not exist or may require 'docker login'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Dockerfile RUN instruction at line 10 and the ./manage_vm create entry point, then reproduce the build to confirm the unavailable wsdd package and the subsequent windows-local image error. Done means the documented create flow builds its image and starts without either reported failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100