Skip to content

Commit 73aadb6

Browse files
author
Yancey
authored
install python tk (#7095)
1 parent ec8f33c commit 73aadb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ EOF
178178
# run paddle version to install python packages first
179179
RUN apt-get update &&\
180180
${NCCL_DEPS}\
181-
apt-get install -y wget python-pip dmidecode && pip install -U pip && \
181+
apt-get install -y wget python-pip dmidecode python-tk && pip install -U pip && \
182182
pip install /*.whl; apt-get install -f -y && \
183183
apt-get clean -y && \
184184
rm -f /*.whl && \

0 commit comments

Comments
 (0)