Home
last modified time | relevance | path

Searched +full:bazel +full:- +full:installer (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/install/
H A Dinstall_bazel.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Select bazel version.
21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
27 set -e
29 # Install bazel.
30 mkdir -p /bazel
31 cd /bazel
32 if [[ $(uname -m) == "aarch64" ]]; then
33 …curl -o /usr/local/bin/bazel -fSsL https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VE…
34 chmod +x /usr/local/bin/bazel
[all …]
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/
H A D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
17 - g++-multilib
18 - libc6:i386
20 - COMPILER=g++
21 - C_COMPILER=gcc
22 - BUILD_TYPE=Debug
23 - BUILD_32_BITS=ON
24 - EXTRA_FLAGS="-m32"
[all …]
/aosp_15_r20/external/libcxx/utils/google-benchmark/
H A D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/centos/
H A Dbazel.partial.Dockerfile1 # Install bazel
3 RUN mkdir /bazel && \
4 …curl -fSsL -o /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_V…
5 …curl -fSsL -o /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENS…
6 bash /bazel/installer.sh && \
7 rm -f /bazel/installer.sh
/aosp_15_r20/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/redhat/
H A Dbazel.partial.Dockerfile1 # Install bazel
3 RUN mkdir /bazel && \
4 …curl -fSsL -o /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_V…
5 …curl -fSsL -o /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENS…
6 bash /bazel/installer.sh && \
7 rm -f /bazel/installer.sh
/aosp_15_r20/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/ubuntu/
H A Dbazel.partial.Dockerfile1 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
4 # Install bazel
6 RUN mkdir /bazel && \
7 …curl -fSsL -o /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_V…
8 …curl -fSsL -o /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENS…
9 bash /bazel/installer.sh && \
10 rm -f /bazel/installer.sh
/aosp_15_r20/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
H A Dcentos-8-devel.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
29 RUN dnf install -y 'dnf-command(config-manager)' && \
30 dnf config-manager --set-enabled powertools && \
31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc…
34 RUN yum update -y && \
35 yum install -y \
37 freetype-devel \
39 gcc-c++ \
41 hdf5-devel \
[all …]
H A Dredhat-8-devel.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 # Enable EPEL otherwise some packages like hdf5-devel fail to install
29 RUN dnf install -y 'dnf-command(config-manager)' && \
30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
33 RUN yum update -y && \
34 yum install -y \
36 freetype-devel \
38 gcc-c++ \
40 hdf5-devel \
41 java-1.8.0-openjdk \
[all …]
H A Dcentos-7-devel.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
28 yum update -y && \
29 yum install -y epel-release
31 RUN yum update -y && \
32 yum install -y \
34 freetype-devel \
36 gcc-c++ \
38 hdf5-devel \
39 java-1.8.0-openjdk \
[all …]
H A Dubuntu-16.04-devel.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
H A Dubuntu-20.04-devel.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
H A Dubuntu-18.04-devel.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
H A Dubuntu-20.04-devel-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
H A Dubuntu-18.04-devel-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
H A Dcentos-8-devel-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
29 RUN dnf install -y 'dnf-command(config-manager)' && \
30 dnf config-manager --set-enabled powertools && \
31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc…
34 RUN yum update -y && \
35 yum install -y \
37 freetype-devel \
39 gcc-c++ \
41 hdf5-devel \
[all …]
H A Dredhat-8-devel-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 # Enable EPEL otherwise some packages like hdf5-devel fail to install
29 RUN dnf install -y 'dnf-command(config-manager)' && \
30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
33 RUN yum update -y && \
34 yum install -y \
36 freetype-devel \
38 gcc-c++ \
40 hdf5-devel \
41 java-1.8.0-openjdk \
[all …]
H A Dcentos-7-devel-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
28 yum update -y && \
29 yum install -y epel-release
31 RUN yum update -y && \
32 yum install -y \
34 freetype-devel \
36 gcc-c++ \
38 hdf5-devel \
39 java-1.8.0-openjdk \
[all …]
H A Dubuntu-16.04-devel-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
H A Dredhat-8-devel-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 # Enable EPEL otherwise some packages like hdf5-devel fail to install
29 RUN dnf install -y 'dnf-command(config-manager)' && \
30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
33 RUN yum update -y && \
34 yum install -y \
36 freetype-devel \
38 gcc-c++ \
40 hdf5-devel \
41 java-1.8.0-openjdk \
[all …]
H A Dubuntu-16.04-devel-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
H A Dubuntu-16.04-devel-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
H A Dubuntu-20.04-devel-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
H A Dubuntu-18.04-devel-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
H A Dubuntu-20.04-devel-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
H A DDockerfile.devel-mkl30 # Upgrade Bazel version if argument is passed
32 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…
33 chmod +x bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
34 ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
35 rm -rf bazel-$BAZEL_VERSION-installer-linux-x86_64.sh; \
38 # Upgrade gcc-8 if argument is passed
40 add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
41 apt-get update && \
42 apt-get install gcc-8 g++-8 -y && \
43 …update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin…
[all …]

1234