mirror of
https://github.com/newnius/YAO-Dockerfiles.git
synced 2025-06-07 00:01:55 +00:00
7 lines
147 B
Bash
Executable File
7 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# run nvidia-smi in background to speed up the query and reduce CPU load (why?)
|
|
nvidia-smi daemon
|
|
|
|
python3 /yao-agent/mock.py
|