Merge pull request #10326 from luotao1/ccache

install ccache in Dockerfile to speed up compile
trainerSaveLoadParams
Tao Luo 7 years ago committed by GitHub
commit 211d56edd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ RUN apt-get update && \
automake locales clang-format swig doxygen cmake \
liblapack-dev liblapacke-dev \
clang-3.8 llvm-3.8 libclang-3.8-dev \
net-tools libtool && \
net-tools libtool ccache && \
apt-get clean -y
# Install Go and glide

Loading…
Cancel
Save