Skip to content

Commit

Permalink
add python-opencv in paddlepaddle/paddle:lastest images
Browse files Browse the repository at this point in the history
  • Loading branch information
luotao1 committed Jun 6, 2018
1 parent ea408d5 commit 4fac15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ EOF
# run paddle version to install python packages first
RUN apt-get update &&\
${NCCL_DEPS}\
apt-get install -y wget python-pip dmidecode python-tk && easy_install -U pip && \
apt-get install -y wget python-pip python-opencv dmidecode python-tk && easy_install -U pip && \
pip install /*.whl; apt-get install -f -y && \
apt-get clean -y && \
rm -f /*.whl && \
Expand Down

0 comments on commit 4fac15c

Please sign in to comment.