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

Fixes many miscellaneous bugs. #122

Closed veritas9872 closed 1 year ago

veritas9872 commented 1 year ago

Most important, the docker-compose.yaml file specifying services has been drastically simplified and made more readable. The Makefile has also been cleaned up to reduce clutter. The Intel channel is no longer used in the simple service as I misread the documentation. The conda installation should have no incompatibilities with MKL, only the pip installed Numpy binaries have issues. The .dockerignore rules now include more flexible naming for lockfiles. Requirements have been cleaned up across the board. The mysterious issue in the NGC image where the tmux terminal shell had no color was fixed. As an additional benefit, setting SHELL='' also fixes possible incompatibilities in RUN commands.

veritas9872 commented 1 year ago

All checks have passed.