Skip to content

Commit

Permalink
[CI] make sure graphviz is on both ci-cpu and ci-gpu images (#6645)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandron authored Oct 8, 2020
1 parent dffdb23 commit a8c1273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY install/ubuntu_install_sphinx.sh /install/ubuntu_install_sphinx.sh
RUN bash /install/ubuntu_install_sphinx.sh

# Enable doxygen for c++ doc build
RUN apt-get update && apt-get install -y doxygen graphviz libprotobuf-dev protobuf-compiler
RUN apt-get update && apt-get install -y doxygen libprotobuf-dev protobuf-compiler

COPY install/ubuntu_install_java.sh /install/ubuntu_install_java.sh
RUN bash /install/ubuntu_install_java.sh
Expand Down
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set -o pipefail
apt-get update && apt-get install -y --no-install-recommends \
git make libgtest-dev cmake wget unzip libtinfo-dev libz-dev\
libcurl4-openssl-dev libopenblas-dev g++ sudo \
apt-transport-https
apt-transport-https graphviz


cd /usr/src/gtest && cmake CMakeLists.txt && make && cp *.a /usr/lib

0 comments on commit a8c1273

Please sign in to comment.