Skip to content

Commit 0e7b96d

Browse files
committed
feat(ae): update docker ownership
1 parent a075a99 commit 0e7b96d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ run_full_eval() {
174174

175175
local docker_args=(
176176
"--cap-add=SYS_NICE"
177-
"-u" "$(id -u):$(id -g)"
177+
# "-u" "$(id -u):$(id -g)"
178178

179179
"-it"
180180
"--rm"

0 commit comments

Comments
 (0)