Open qiao-bo opened 2 years ago
If we switch to the container
setting in workflow(#4776 ), we can get rid of the conda setup since it can be done by a Github Action: setup the demanded python version rather than pre-installing a bunch of python versions
If we switch to the
container
setting in workflow(#4776 ), we can get rid of the conda setup since it can be done by a Github Action
that would be great! conda environment occupies quite some space.
Currently, we employ an Ubuntu 18.04 based docker image (Dockerfile here) for building and testing Taichi's CPU backend. The current image is approximately 12GB, we would like improve this image by reducing the image size to its minimal.
Things to consider include:
After exploring the previous steps, we can also move on to optimize other backends: