摘要:
docker exec -it ai-server /bin/bash -c "rm -f /home/nvidia/aibox/aibox-ai-server/bin/core*" 阅读全文
摘要:
#!/bin/bash startTime=`date +%Y%m%d-%H:%M:%S` startTime_s=`date +%s` sleep 15 endTime=`date +%Y%m%d-%H:%M:%S` endTime_s=`date +%s` sumTime=$[ $endTime 阅读全文