Skip to content

Commit 376ea94

Browse files
Fix PaddleX
1 parent c6e5870 commit 376ea94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/scripts/paddle_build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2582,7 +2582,7 @@ set +x
25822582
#install paddlex
25832583
git clone --depth 1000 https://gitee.com/paddlepaddle/PaddleX.git
25842584
cd PaddleX
2585-
pip install -e .
2585+
pip install -e .[base]
25862586

25872587
#install paddle x dependency
25882588
paddlex --install PaddleClas
@@ -2813,7 +2813,7 @@ function hybrid_paddlex() {
28132813
unset HIP_VISIBLE_DEVICES
28142814
git clone --depth=1000 https://gitee.com/paddlepaddle/PaddleX.git
28152815
cd PaddleX
2816-
pip install -e .
2816+
pip install -e .[base]
28172817
paddlex --install PaddleClas
28182818
paddlex --install PaddleSeg
28192819
wget -q https://paddle-model-ecology.bj.bcebos.com/paddlex/data/cls_flowers_examples.tar -P ./dataset

0 commit comments

Comments
 (0)