File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ MAINTAINER PaddlePaddle Authors <paddle-dev@baidu.com>
44ARG DEBIAN_FRONTEND=noninteractive
55RUN apt-get update \
66 && apt-get install -y cmake libprotobuf-dev protobuf-compiler git \
7- libgoogle-glog-dev libgflags-dev libatlas-dev libatlas3-base g++ m4 python-pip \
7+ libgoogle-glog-dev libgflags-dev libgtest-dev \
8+ libatlas-dev libatlas3-base g++ m4 python-pip \
89 python-protobuf python-numpy python-dev swig openssh-server \
910 wget unzip python-matplotlib tar xz-utils bzip2 gzip coreutils \
1011 sed grep graphviz libjpeg-dev zlib1g-dev doxygen \
1112 clang-3.8 llvm-3.8 libclang-3.8-dev \
1213 && apt-get clean -y
14+ RUN cd /usr/src/gtest && cmake . && make && sudo cp *.a /usr/lib
1315RUN pip install -U BeautifulSoup docopt PyYAML pillow \
1416 sphinx sphinx_rtd_theme breathe recommonmark
1517
Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ MAINTAINER PaddlePaddle Authors <paddle-dev@baidu.com>
44ARG DEBIAN_FRONTEND=noninteractive
55RUN apt-get update \
66 && apt-get install -y cmake libprotobuf-dev protobuf-compiler git \
7- libgoogle-glog-dev libgflags-dev libatlas-dev libatlas3-base g++ m4 python-pip \
7+ libgoogle-glog-dev libgflags-dev libgtest-dev \
8+ libatlas-dev libatlas3-base g++ m4 python-pip \
89 python-protobuf python-numpy python-dev swig openssh-server \
910 wget unzip python-matplotlib tar xz-utils bzip2 gzip coreutils \
1011 sed grep graphviz libjpeg-dev zlib1g-dev doxygen \
1112 clang-3.8 llvm-3.8 libclang-3.8-dev \
1213 && apt-get clean -y
14+ RUN cd /usr/src/gtest && cmake . && make && sudo cp *.a /usr/lib
1315RUN pip install -U BeautifulSoup docopt PyYAML pillow \
1416 sphinx sphinx_rtd_theme breathe recommonmark
1517
You can’t perform that action at this time.
0 commit comments