top | item 42225537

(no title)

yeldarb | 1 year ago

Is there any Docker alternative on Mac that can utilize the MPS device in a container? ML stuff is many times slower in a container on my Mac than running outside

discuss

order

habitue|1 year ago

The issue you're running into is that to run docker on mac, you have to run it in a vm. Docker is fundamentally a linux technology, so first emulate x86_64 linux, then run the container. That's going to be slow.

There are native macos containers, but they arent very popular

AbuAssar|1 year ago

Docker can run ARM64 linux kernel, no need to emulate x86

fl0id|1 year ago

Podman-Desktop can do it