📄️ Docker + WASM + GPU
This is a completely new approach, adopting Docker + Crun with Wasmedge + CDI to enable the usage of host GPU devices. The reason for not continuing with the use of runwasi as the wasm runtime within Docker from the previous chapter is due to considerations of the current stage of support for CDI and the compatibility approach.
📄️ Podman + WASM + GPU
Podman + Crun with Wasmedge + CDI to enable the usage of host GPU devices. Most of the steps are the same with docker + wasm + gpu, except for the installation of Podman and execution command. If the following steps have already been executed before, you could just skip them.