基于docker开发TVM
1.拉取TVM镜像
docker pull tvmai/demo-gpu
2.运行jupyter
sudo docker run -it --rm -p 8888:8888 tvmai/demo-gpu jupy
2023-03-10