Skip to content

Commit 1741523

Browse files
committed
fix user
Signed-off-by: wangli <[email protected]>
1 parent 7e1446c commit 1741523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/start_container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ echo "starting ascend NPU-A3 container"
2222
docker run -itd \
2323
--name "$CONTAINER_NAME" \
2424
--net=host \
25+
-u "$(id -u):$(id -g)" \
2526
--device /dev/davinci0 \
2627
--device /dev/davinci1 \
2728
--device /dev/davinci2 \

0 commit comments

Comments
 (0)