mirror of
https://github.com/newnius/YAO-Dockerfiles.git
synced 2025-12-15 18:16:44 +00:00
7 lines
147 B
Bash
7 lines
147 B
Bash
|
|
#!/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
|