File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ install_sys_dependencies() {
22
22
apt-get update -y
23
23
apt-get -y install ` cat /root/workspace/packages.txt`
24
24
apt-get -y install gcc g++ cmake libnuma-dev iproute2
25
+ # kimi-k2 dependency
25
26
pip install blobfile
26
27
}
27
28
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ echo "starting ascend NPU-A3 container"
22
22
docker run -itd \
23
23
--name " $CONTAINER_NAME " \
24
24
--net=host \
25
- -u " $( id -u) :$( id -g) " \
26
25
--device /dev/davinci0 \
27
26
--device /dev/davinci1 \
28
27
--device /dev/davinci2 \
Original file line number Diff line number Diff line change 88
88
docker exec -i $CONTAINER_NAME bash -lc "bash $SCRIPT_PATH worker $MASTER_IP"
89
89
fi
90
90
91
- if [ $? -ne 0 ]; then
92
- echo "Failed to execute command in the container. Please check if the container is running."
93
- exit 1
94
- fi
95
-
96
91
- name : Docker post test cleanup
97
92
if : always()
98
93
run : |
You can’t perform that action at this time.
0 commit comments