test 실행에 user 권한 추가 #204

Merged
gina.park merged 1 commits from feat/training_260623 into develop 2026-07-07 15:41:13 +09:00
Showing only changes of commit fcc5d7a437 - Show all commits

View File

@@ -519,6 +519,9 @@ public class DockerTrainService {
c.add("docker");
c.add("run");
c.add("--rm");
c.add("--user 0:0"); // root 권한 문제를 해결하기 위해 임시 추가
c.add("--gpus");
c.add("all");