Searched +full:bazel +full:- +full:apt (Results 1 – 25 of 52) sorted by relevance
123
7 # http://www.apache.org/licenses/LICENSE-2.015 FROM gcr.io/oss-fuzz-base/base-builder17 # Install basic packages and Bazel dependencies.18 RUN apt-get update && apt-get install -y software-properties-common python-software-properties19 RUN add-apt-repository ppa:webupd8team/java20 RUN apt-get update && apt-get -y install \22 build-essential \26 openjdk-8-jdk \34 RUN apt-get update && apt-get install -y \35 python-all-dev \[all …]
1 FROM nvidia/cuda:9.0-base-ubuntu16.045 RUN apt-get update && apt-get install -y --no-install-recommends \6 build-essential \7 cuda-command-line-tools-9-0 \8 cuda-cublas-dev-9-0 \9 cuda-cudart-dev-9-0 \10 cuda-cufft-dev-9-0 \11 cuda-curand-dev-9-0 \12 cuda-cusolver-dev-9-0 \13 cuda-cusparse-dev-9-0 \[all …]
5 RUN apt-get update && apt-get install -y --no-install-recommends \6 build-essential \9 libcurl3-dev \10 libfreetype6-dev \11 libhdf5-serial-dev \12 libpng-dev \13 libzmq3-dev \14 pkg-config \15 python-dev \17 software-properties-common \[all …]
12 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \14 ${PYTHON}-dev \15 ${PYTHON}-pip \16 ${PYTHON}-setuptools \17 ${PYTHON}-wheel \18 build-essential \21 libcurl3-dev \22 libfreetype6-dev \23 libhdf5-serial-dev \24 libpng-dev \[all …]
13 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \15 ${PYTHON}-dev \16 ${PYTHON}-pip \17 ${PYTHON}-setuptools \18 ${PYTHON}-wheel \19 build-essential \22 libcurl3-dev \23 libfreetype6-dev \24 libhdf5-serial-dev \25 libnuma-dev \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.026 RUN apt-get update && apt-get install -y --no-install-recommends \27 build-essential \30 libcurl3-dev \31 libfreetype6-dev \32 libhdf5-serial-dev \33 libzmq3-dev \34 pkg-config \36 software-properties-common \39 zlib1g-dev \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.026 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base31 ARG CUDNN=7.4.1.5-136 SHELL ["/bin/bash", "-c"]37 RUN apt-get update && apt-get install -y --no-install-recommends \38 build-essential \39 cuda-command-line-tools-${CUDA/./-} \40 cuda-cublas-dev-${CUDA/./-} \41 cuda-cudart-dev-${CUDA/./-} \42 cuda-cufft-dev-${CUDA/./-} \[all …]
2 # Bazel installation3 …"deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/sources.list.d…4 RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -5 RUN apt-get -y update && apt-get -y install bazel=0.15.0 && apt-get clean
7 - /usr/local/bin:$PATH11 - compiler: gcc13 apt:15 - lcov17 - compiler: gcc19 - compiler: gcc21 - compiler: gcc23 apt:25 - g++-multilib27 - compiler: gcc[all …]
5 - master11 - os: linux12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-714 apt:16 - ubuntu-toolchain-r-test18 - gcc-719 - g++-720 - os: linux21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.423 apt:[all …]
8 # http://www.apache.org/licenses/LICENSE-2.017 dpkg --add-architecture armhf18 …tp://ports.ubuntu.com/ trusty main restricted universe multiverse' >> /etc/apt/sources.list.d/armh…19 …deb [arch=armhf] http://ports.ubuntu.com/ trusty-updates main restricted universe multiverse' >> /…20 …eb [arch=armhf] http://ports.ubuntu.com/ trusty-security main restricted universe multiverse' >> /…21 …eb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted universe multiverse' >> …22 sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#…23 apt-get update24 apt-get install -y libpython3-all-dev:armhf25 … [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.l…[all …]
8 # http://www.apache.org/licenses/LICENSE-2.017 dpkg --add-architecture armhf18 …tp://ports.ubuntu.com/ trusty main restricted universe multiverse' >> /etc/apt/sources.list.d/armh…19 …deb [arch=armhf] http://ports.ubuntu.com/ trusty-updates main restricted universe multiverse' >> /…20 …eb [arch=armhf] http://ports.ubuntu.com/ trusty-security main restricted universe multiverse' >> /…21 …eb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted universe multiverse' >> …22 sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#…23 apt-get update24 apt-get install -y libpython-all-dev:armhf25 … [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.l…[all …]
8 - jdk: openjdk712 - jdk: oraclejdk816 apt:20 - openjdk-6-jdk22 # - jdk: oraclejdk926 - jdk: oraclejdk830 - env: TASK=CHECK_GIT_HISTORY34 - jdk: oraclejdk838 - jdk: oraclejdk842 - jdk: oraclejdk8[all …]
32 set -eu41 echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | \42 sudo tee /etc/apt/sources.list.d/bazel.list43 curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -44 sudo apt-get update && sudo apt-get install -y bazel gcc-4.9 g++-4.9 clang-3.947 ln -sf /usr/bin/ccache $HOME/bin/${CXX};48 ln -sf /usr/bin/ccache $HOME/bin/${CC};
3 set -e5 apt-get install -y --no-install-recommends \8 # For the Bazel repository9 curl https://bazel.build/bazel-release.pub.gpg | apt-key add -11 apt-get install -y --allow-unauthenticated --no-install-recommends \12 clang-3.5 \13 clang-3.6 \14 clang-3.7 \15 clang-3.8 \16 g++-4.9 \[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -e23 # To install the cross-compilation support for Python this script needs on Ubuntu Trusty, run24 # something like these steps, after backing up your original /etc/apt/sources.list file:26 # dpkg --add-architecture armhf27 …tp://ports.ubuntu.com/ trusty main restricted universe multiverse' >> /etc/apt/sources.list.d/armh…28 …deb [arch=armhf] http://ports.ubuntu.com/ trusty-updates main restricted universe multiverse' >> /…29 …eb [arch=armhf] http://ports.ubuntu.com/ trusty-security main restricted universe multiverse' >> /…30 …eb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted universe multiverse' >> …31 # sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu…[all …]
1 RUN apt-get update && apt-get install -y \2 build-essential \6 openjdk-8-jdk \7 ${PYTHON}-dev \10 RUN ${PIP} --no-cache-dir install \21 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \24 # Install bazel26 RUN mkdir /bazel && \27 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…28 …wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \[all …]
1 RUN apt-get update && apt-get install -y \2 build-essential \5 openjdk-8-jdk \6 ${PYTHON}-dev \9 RUN ${PIP} --no-cache-dir install \20 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \23 # Build and install bazel26 RUN mkdir /bazel && \27 cd /bazel && \28 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…[all …]