Is there an option to work with and develop TVM on Windows using Docker Images?
Today, my group is using Anaconda, and we compile natively with MSVC.
However, I like Anaconda less and less over the years.
It is hard to make sure that all developers have identical conda environments.
It is quite slow to bring up a conda environment on a new machine.
It is nearly impossible to share conda environments between developers who work on different machines / different GEOs.
Docker seems attractive, but would need to figure out if MSVC can be used inside the container, and if the container can successfully interact with a Windows device driver…