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

Fix some serious bugs in the NGC image #129

Closed veritas9872 closed 1 year ago

veritas9872 commented 1 year ago

Update the default NGC image to the April 2023 version. Found that the docker-compose.yaml variables for month were not being read for the NGC image. Also found that pip could not be made to always leave pre-installed packages as-is and throw an error when incompatible packages are found. Also removed the redundant pytest requirement.