nezu
nezu
Any progress on this?
Now I'm mad at myself for not saving the link. I don't even remember the sub i was on. I think i was on mobile so i don't even have...
AFAIK ec2 does not support virtualization
@csonuryilmaz Thank you for finding this. `efdbec5854b5` and `c97f66947c85` fail to start. `4da5a80bf3ac` seems to be the last working one. Booted up just fine for me. Here is the full...
This is not an critical error. All it means is that the audio failed to initialize. If you want to get sound to work then read this https://github.com/sickcodes/Docker-OSX#pulseaudio Otherwise you...
Is this supposed to be fixed? I'm still getting ``` $ docker run --rm -it sickcodes/docker-osx:naked nohup: appending output to 'nohup.out' nohup: failed to run command 'Xvfb': No such file...
You seem to be missing kvm. you can check if you have kvm available by using the `kvm-ok` command from `cpu-checker` package the output you want is: ``` INFO: /dev/kvm...
This issue is not specific to macOS. The same exact thing happens on Linux as well.
How about checking available pix_fmts and picking one? Wouldn't that be more universal? I would assume parsing that would be even harder
Oh, didn't notice that. Never used Earthly before, seems like a pretty cool project. The Earthfile already pins alpine to `3.15.5` so it should work as is. The `libva-vdpau-driver` dependency...