cresset-template / cresset

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

Fix directory permissions bug #169

Closed veritas9872 closed 7 months ago

veritas9872 commented 7 months ago

https://github.com/cresset-template/cresset/blob/37c7b5df7236d3b9d96c4908efe5af8bc90066e3/Dockerfile#L531

This should be 755, not 711.