PyTorch with Vulcan backend

I found docs for building Vulcan backend:

I want to use this to play with PyTorch in minikube krunkit driver on macOS:

It seems that I need to build it in a container, and copy the build results to a demo container. I wonder if the built artifacts are contained and easy to copy.

Or maybe we already have an example how to create a container with pythorch that I can reuse?