OmniParser icon indicating copy to clipboard operation
OmniParser copied to clipboard

When run Win11 container in macOS will meet cannot find KVM error, how to fix or skip this?

Open EdwinDigital opened this issue 11 months ago • 3 comments

EdwinDigital avatar Feb 20 '25 13:02 EdwinDigital

you can try add KVM:"N" like this

services: windows: image: dockurr/windows-arm:latest container_name: omni-windows privileged: true environment: RAM_SIZE: "8G" CPU_CORES: "2" DISK_SIZE: "64G" KVM: "N"

DiscardZhebin avatar Feb 21 '25 09:02 DiscardZhebin

You can use UTM which can run a linux vm with /dev/kvm

https://github.com/microsoft/OmniParser/issues/141

mio-19 avatar Feb 21 '25 10:02 mio-19

See here - https://github.com/microsoft/OmniParser/issues/212#issuecomment-2696250673

alvins82 avatar Mar 04 '25 05:03 alvins82