make
This commit is contained in:
parent
a0bbe0c5e6
commit
ba8dad4a24
BIN
build/config.o
BIN
build/config.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/rules.o
BIN
build/rules.o
Binary file not shown.
|
|
@ -1,4 +0,0 @@
|
||||||
machine_registry:
|
|
||||||
endpoint: "http://localhost:3001/endpoint"
|
|
||||||
log:
|
|
||||||
level: OFF
|
|
||||||
|
|
@ -1,41 +0,0 @@
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"cmd": "nvidia-smi",
|
|
||||||
"type": "warn",
|
|
||||||
"msg": "在沐曦环境下请执行mx-smi"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cmd": "rm",
|
|
||||||
"type": "error",
|
|
||||||
"msg": "Error: rm command is forbidden"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cmd": "pip",
|
|
||||||
"type": "warn",
|
|
||||||
"msg": "使用pip安装torch时,请注意使用厂家支持版本",
|
|
||||||
"args": ["install", "torch"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cmd": "dirname",
|
|
||||||
"type": "skip"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cmd": "lesspipe",
|
|
||||||
"type": "skip"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cmd": "command-not-found",
|
|
||||||
"type": "skip"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cmd": "dircolors",
|
|
||||||
"type": "skip"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cmd": "basename",
|
|
||||||
"type": "skip"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
[Sat Apr 12 16:24:43 2025
|
|
||||||
] Command: /home/qcqcqc/miniconda3/bin/python
|
|
||||||
arg[0]: python
|
|
||||||
arg[1]: -r
|
|
||||||
[Sat Apr 12 16:25:59 2025
|
|
||||||
] Command: /home/qcqcqc/miniconda3/bin/python
|
|
||||||
arg[0]: python
|
|
||||||
arg[1]: -r
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
Unknown option: -r
|
|
||||||
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
|
|
||||||
Try `python -h' for more information.
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
[DEBUG][PID 2649049] src/pty_dup.c:88:dupIO(): forkpty result is: 0.
|
|
||||||
[DEBUG][PID 2649049] src/pty_dup.c:96:dupIO(): Child process ready.
|
|
||||||
欢迎使用北溟云计算服务!
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
Unknown option: -r
|
|
||||||
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
|
|
||||||
Try `python -h' for more information.
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
[DEBUG][PID 2651269] src/pty_dup.c:88:dupIO(): forkpty result is: 0.
|
|
||||||
[DEBUG][PID 2651269] src/pty_dup.c:96:dupIO(): Child process ready.
|
|
||||||
欢迎使用北溟云计算服务!
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
clear # 清屏,提升体验
|
clear # 清屏,提升体验
|
||||||
|
|
||||||
/home/qcqcqc/workspace/bash_go_service/main # 启动go程序
|
/home/qcqcqc/workspace/bash_go_service/main # 启动go程序
|
||||||
|
|
||||||
HOOK_EXEC_PATH=/tmp/exec_hook/intercept.so
|
HOOK_EXEC_PATH=/tmp/exec_hook/intercept.so
|
||||||
CONFIG_PATH=/tmp/exec_hook/config
|
CONFIG_PATH=/tmp/exec_hook/config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue