[CI] Update _build_linux_rl.yml to use Paddle installation method with URL

This commit is contained in:
YuBaoku
2026-03-12 20:37:51 +08:00
committed by GitHub
parent 2e63d88f7a
commit ab0eacb1ab
+3 -1
View File
@@ -161,7 +161,9 @@ jobs:
chown -R $(whoami) /workspace/FastDeploy
cd FastDeploy
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu129/
python -m pip uninstall paddlepaddle-gpu -y || true
wget -q --no-proxy https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-TagBuild-Training-Linux-Gpu-Cuda12.9-Cudnn9.9-Trt10.5-Mkl-Avx-Gcc11-SelfBuiltPypiUse/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
python -m pip install paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple