Speed up Jenkins by not compiling CMake (#4099)
This commit is contained in:
parent
59f868bc60
commit
7a652a8c64
@ -14,10 +14,8 @@ RUN \
|
|||||||
wget https://repo.continuum.io/miniconda/Miniconda2-4.3.27-Linux-x86_64.sh && \
|
wget https://repo.continuum.io/miniconda/Miniconda2-4.3.27-Linux-x86_64.sh && \
|
||||||
bash Miniconda2-4.3.27-Linux-x86_64.sh -b -p /opt/python && \
|
bash Miniconda2-4.3.27-Linux-x86_64.sh -b -p /opt/python && \
|
||||||
# CMake
|
# CMake
|
||||||
wget http://www.cmake.org/files/v3.5/cmake-3.5.2.tar.gz && \
|
wget -nv -nc https://cmake.org/files/v3.5/cmake-3.5.2-Linux-x86_64.sh --no-check-certificate && \
|
||||||
tar -xvzf cmake-3.5.2.tar.gz && \
|
bash cmake-3.5.2-Linux-x86_64.sh --skip-license --prefix=/usr
|
||||||
cd cmake-3.5.2/ && ./configure && make && make install && cd ../ && \
|
|
||||||
rm -rf cmake-3.5.2/ && rm -rf cmake-3.5.2.tar.gz
|
|
||||||
|
|
||||||
# NCCL2 (License: https://docs.nvidia.com/deeplearning/sdk/nccl-sla/index.html)
|
# NCCL2 (License: https://docs.nvidia.com/deeplearning/sdk/nccl-sla/index.html)
|
||||||
RUN \
|
RUN \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user