Skip to content

Commit 4fac15c

Browse files
committed
add python-opencv in paddlepaddle/paddle:lastest images
1 parent ea408d5 commit 4fac15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ EOF
447447
# run paddle version to install python packages first
448448
RUN apt-get update &&\
449449
${NCCL_DEPS}\
450-
apt-get install -y wget python-pip dmidecode python-tk && easy_install -U pip && \
450+
apt-get install -y wget python-pip python-opencv dmidecode python-tk && easy_install -U pip && \
451451
pip install /*.whl; apt-get install -f -y && \
452452
apt-get clean -y && \
453453
rm -f /*.whl && \

0 commit comments

Comments
 (0)