You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Some binaries were not executable and as a result, we got some related errors (e.g. below)
```
"/packages/pytorch_latest_sixlib_conda_gb200/conda/lib/python3.12/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: '/packages/pytorch_latest_sixlib_conda_gb200/conda/lib/python3.12/site-packages/triton/backends/nvidia/bin/ptxas'
```
This PR fixes the permission issues by setting the executable bits for those binaries.
Test Plan:
We built the conda env with the changes and it was built successfully. D87816077
0 commit comments