File tree Expand file tree Collapse file tree 4 files changed +4
-27
lines changed Expand file tree Collapse file tree 4 files changed +4
-27
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,8 @@ jobs:
100
100
-v "${CACHE_DIR}/.cache:/root/.cache" \
101
101
-v "${CACHE_DIR}/ConfigDir:/root/.config" \
102
102
-e TZ="Asia/Shanghai" \
103
- --gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -c '
104
- # python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
105
- python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
103
+ --gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
104
+ python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
106
105
107
106
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
108
107
Original file line number Diff line number Diff line change 97
97
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -c '
98
98
git config --global --add safe.directory /workspace/FastDeploy
99
99
cd FastDeploy
100
- # python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
101
- python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
100
+ python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
102
101
python -m pip install ${fd_wheel_url}
103
102
bash scripts/run_pre_ce.sh
104
103
'
Original file line number Diff line number Diff line change 93
93
94
94
git config --global --add safe.directory /workspace/FastDeploy
95
95
cd FastDeploy
96
- # python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
97
- python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
96
+ python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
98
97
99
98
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
100
99
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments