zhouhansheng
zhouhansheng
### Issue Type Documentation Feature Request ### Source binary ### Secretflow Version secretflow0.6.13b1 ### OS Platform and Distribution redhat7 ### Python version 3.8.0 ### Bazel version 5.1.1 ### GCC/Compiler version...
### What happened + What you expected to happen https://github.com/antgroup/ant-ray/blob/main/python/ray/dashboard/modules/reporter/reporter_agent.py#L640C12-L662C34 ``` for container_pid in proc_dirs: sched_path = f"/proc/{container_pid}/sched" if os.path.exists(sched_path): try: with open(sched_path, "r") as f: first_line = f.readline() #...