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 ec8f33c commit 73aadb6Copy full SHA for 73aadb6
paddle/scripts/docker/build.sh
@@ -178,7 +178,7 @@ EOF
178
# run paddle version to install python packages first
179
RUN apt-get update &&\
180
${NCCL_DEPS}\
181
- apt-get install -y wget python-pip dmidecode && pip install -U pip && \
+ apt-get install -y wget python-pip dmidecode python-tk && pip install -U pip && \
182
pip install /*.whl; apt-get install -f -y && \
183
apt-get clean -y && \
184
rm -f /*.whl && \
0 commit comments