Daniel J Walsh

Results 1307 comments of Daniel J Walsh
trafficstars

@seanyoung crun has the ability to load shared libraries when running containers, we are doing something with this when setting up libkrun. If we had a similar library around wine,...

$ podman pull --os windows mcr.microsoft.com/windows/servercore:ltsc2019 Trying to pull mcr.microsoft.com/windows/servercore:ltsc2019... Getting image source signatures Copying blob 5ff1512f88ec [=>------------------------------------] 36.6MiB / 708.8MiB Copying blob 4612f6d0b889 [--------------------------------------] 1.3MiB / 1.6GiB ...

Sadly this failed. Not sure why. ``` $ podman pull --os windows mcr.microsoft.com/windows/servercore:ltsc2019 Trying to pull mcr.microsoft.com/windows/servercore:ltsc2019... Getting image source signatures Copying blob 5ff1512f88ec [================>---------------------] 316.2MiB / 708.8MiB Copying blob...

@giuseppe Any chance you could create a spike to see if we could support this?

I would love to see this move forward.

What version of Podman are you using? podman info

What happens with the remote API, it is supposed to work. What error are you seeing?

Just curious but does --gpus=all work? Or is this being done on the client side as well.

I think I have to have a local GPU to test this. ``` podman run --device nvidia.com/gpu=all alpine echo hi Error: setting up CDI devices: unresolvable CDI devices nvidia.com/gpu=all $...