OmniParser
OmniParser copied to clipboard
When run Win11 container in macOS will meet cannot find KVM error, how to fix or skip this?
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"
You can use UTM which can run a linux vm with /dev/kvm
https://github.com/microsoft/OmniParser/issues/141
See here - https://github.com/microsoft/OmniParser/issues/212#issuecomment-2696250673