We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2d6d3 commit 08220d3Copy full SHA for 08220d3
paddle/scripts/paddle_build.sh
@@ -447,7 +447,7 @@ EOF
447
# run paddle version to install python packages first
448
RUN apt-get update &&\
449
${NCCL_DEPS}\
450
- apt-get install -y wget python-pip python-opencv dmidecode python-tk && easy_install -U pip && \
+ apt-get install -y wget python-pip python-opencv libgtk2.0-dev dmidecode python-tk && easy_install -U pip && \
451
pip install /*.whl; apt-get install -f -y && \
452
apt-get clean -y && \
453
rm -f /*.whl && \
0 commit comments