File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -466,10 +466,10 @@ cd {filepath}/GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin && go mod t
466466将编译后产出的文件复制到` docker-build ` 对应的目录下,在` GPU-Virtual-Service/ ` 目录下执行:
467467
468468``` Bash
469- cp -rf xpu-pool-service/build/direct/cuda/libcuda_direct.so docker-build/client-update/GPU-client
470- cp -rf xpu-pool-service/build/direct/cuda/gpu-monitor docker-build/client-update/GPU-client
471- cp -rf xpu-pool-service/GPU-device-plugin/xpu-client-tool docker-build/client-update/GPU-client
472- chmod +x xpu-pool-service/client_update/cuda-client-update.sh && cp -rf xpu-pool-service/client_update/cuda-client-update.sh docker-build/client-update/GPU-client
469+ cp -rf {filepath}/GPU-Virtual-Service/ xpu-pool-service/build/direct/cuda/libcuda_direct.so docker-build/client-update/GPU-client
470+ cp -rf {filepath}/GPU-Virtual-Service/ xpu-pool-service/build/direct/cuda/gpu-monitor docker-build/client-update/GPU-client
471+ cp -rf {filepath}/GPU-Virtual-Service/ xpu-pool-service/GPU-device-plugin/xpu-client-tool docker-build/client-update/GPU-client
472+ chmod +x {filepath}/GPU-Virtual-Service/ xpu-pool-service/client_update/cuda-client-update.sh && cp -rf {filepath}/GPU-Virtual-Service/ xpu-pool-service/client_update/cuda-client-update.sh docker-build/client-update/GPU-client
473473```
474474
475475其中除` cuda-client-update.sh ` 为脚本文件,剩下的均为编译结果
You can’t perform that action at this time.
0 commit comments