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 hostname issue. #195

Closed veritas9872 closed 2 months ago

veritas9872 commented 2 months ago

https://github.com/cresset-template/cresset/blob/0b547edb2669b6d0d7cab376c0788ab1233b1f8a/docker-compose.yaml#L48-L50

I found that adding a hostname manually caused issues when using multi-node communications. Since these were only put in due to decorative reasons, removing them is probably a good idea.

veritas9872 commented 2 months ago

Solved.