The current Dockerfile used for CI is built off a rocm+torch image but then again installs torch in a fresh micromamba env. The pip based install of torch is redundant and the whole use of micromamba can be removed since we already are using a torch-based image.
The current Dockerfile used for CI is built off a rocm+torch image but then again installs torch in a fresh micromamba env. The
pipbased install of torch is redundant and the whole use of micromamba can be removed since we already are using a torch-based image.