Skip to content

Commit 8193cc5

Browse files
authored
Merge pull request #6371 from Yancey1989/install_dmidecode
Install dmidecode in product docker image
2 parents f291abf + 8dacb40 commit 8193cc5

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
@@ -175,7 +175,7 @@ EOF
175175
# run paddle version to install python packages first
176176
RUN apt-get update &&\
177177
${NCCL_DEPS}\
178-
apt-get install -y wget python-pip && pip install -U pip && \
178+
apt-get install -y wget python-pip dmidecode && pip install -U pip && \
179179
pip install /*.whl; apt-get install -f -y && \
180180
apt-get clean -y && \
181181
rm -f /*.whl && \

0 commit comments

Comments
 (0)