Preparing an Image
MindIE and MindSpore Used Together
- Create a MindIE container that supports the MindSpore backend by referring to "Inference and Serving" > "Offline Inference" > "MindSpore Models Serving" in MindIE LLM Development Guide.
- Save the container created in 1 as an image.
docker commit container_id image_id:tag
Parent topic: Installation and Deployment