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

Clean up `/tmp`. #183

Closed veritas9872 closed 9 months ago

veritas9872 commented 9 months ago

The /tmp directory has often caused permission issues. Therefore, it is being cleared out and restored to its default state before the image is used for anything else. Unfortunately, this will not save memory as deleting directories in Docker does not reduce the image size.