mirror of
https://github.com/newnius/YAO-Dockerfiles.git
synced 2025-06-07 08:11:56 +00:00
7 lines
148 B
Bash
7 lines
148 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/agent.py
|