Docker images Update?

I see in Dockerhub, tvmai:demo-gpu updated in one year ago. When i build with Dockerfile, some error happend. How about update it officially?

1 Like

I ran into the same issue, none of the prebuilt docker images (https://hub.docker.com/u/tvmai) can be used to run the tutorials. Either they are very old (demo-gpu and demo-cpu) or they don’t have tvm installed (ci-gpu and ci-cpu). It will be great if more recent versions can be uploaded.

As a note tvmai:demo-gpu is now updated to the lastest env

2 Likes

As a side note, now that we have made demo-gpu dependent on ci-gpu. It will always kept up to date with when we update ci-gpu

Confused here. I just downloaded demo-gpu (and cpu). I type: python3. Then “import tvm”.
No module named ‘tvm’.

I’ve gone to /usr/tvm and rebuilt - I can get tvm to import then - but tvm.relay dies last time - Permission denied: ‘.pkl_memoize_py3’

Please help! Or do I have to build the docker image/other from source?