Skip to content

Commit 08220d3

Browse files
committed
install libgtk2.0-dev in latest images
1 parent ca2d6d3 commit 08220d3

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 python-opencv dmidecode python-tk && easy_install -U pip && \
450+
apt-get install -y wget python-pip python-opencv libgtk2.0-dev 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)