Skip to content

Commit

Permalink
Merge pull request #6371 from Yancey1989/install_dmidecode
Browse files Browse the repository at this point in the history
Install dmidecode in product docker image
  • Loading branch information
luotao1 committed Dec 7, 2017
2 parents f291abf + 8dacb40 commit 8193cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/scripts/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ EOF
# run paddle version to install python packages first
RUN apt-get update &&\
${NCCL_DEPS}\
apt-get install -y wget python-pip && pip install -U pip && \
apt-get install -y wget python-pip dmidecode && pip install -U pip && \
pip install /*.whl; apt-get install -f -y && \
apt-get clean -y && \
rm -f /*.whl && \
Expand Down

0 comments on commit 8193cc5

Please sign in to comment.