cresset-template / cresset

Template repository to build PyTorch projects from source on any version of PyTorch/CUDA/cuDNN.
MIT License
715 stars 41 forks source link

Change the NGC and Simple images so that `conda` and `mamba` are still available during runtime. #192

Closed veritas9872 closed 6 months ago

veritas9872 commented 6 months ago

https://github.com/cresset-template/cresset/blob/f89256d5c27a74220e171da73874036dee979e52/dockerfiles/ngc.Dockerfile#L47-L73

It turns out that not having them available during runtime is quite a nuisance. They should be made available, even if image size increases and perfect reproducibility is slightly endangered.

veritas9872 commented 6 months ago

Update the simple image as well.