The official tvm docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Apache TVM is an open machine learning compilation framework, following the following principles:
Learn more on Apache TVM.
The tag of each tvm docker image is consist of the version of tvm and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 0.24.0-oe2403sp4 | tvm 0.24.0 on openEuler 24.03-lts-sp4 | amd64, arm64 |
| 0.24.0-oe2403sp3 | tvm 0.24.0 on openEuler 24.03-lts-sp3 | amd64, arm64 |
Run the Docker container to launch the TVM developer image.
docker run -it openeuler/tvm:{Tag}
Verify the installation inside the container:
python3 -c "import tvm; print(tvm.__file__)"
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:3ab9154ce…
Size
1.4 GB
Last updated
2 months ago
docker pull openeuler/tvmPulls:
13
Last week