Now we have test-gpu and test-cpu as well
this will generate test-vpu test-gpu test-cpu docker images
bash build.sh
docker run test-vpu16 # for vpu floating 16
docker run test-vpu32 # for vpu floating 32
docker run test-gpu
docker run test-cpu
docker pull waitingkuo/test-vpu16
docker run waitingkuo/test-vpu16
docker pull waitingkuo/test-vpu32
docker run waitingkuo/test-vpu32
docker pull waitingkuo/test-gpu
docker run --gpus=all waitingkuo/test-gpu
docker pull waitingkuo/test-cpu
docker run waitingkuo/test-cpu