Home
last modified time | relevance | path

Searched +full:1 +full:- +full:installer +full:- +full:linux +full:- +full:x86_64 (Results 1 – 25 of 94) sorted by relevance

1234

/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bazel.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 BAZEL_VERSION="5.1.1"
21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
27 set -e
30 mkdir -p /bazel
32 if [[ $(uname -m) == "aarch64" ]]; then
33 …curl -o /usr/local/bin/bazel -fSsL https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VE…
36 if [[ ! -f "bazel-$BAZEL_VERSION-installer-linux-x86_64.sh" ]]; then
37 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…
39 chmod +x /bazel/bazel-*.sh
[all …]
/external/perfetto/infra/ci/sandbox/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN set -ex; \
23 echo deb http://deb.debian.org/debian buster-backports main > \
25 apt-get update; \
26 apt-get -y install python3 python3-pip git curl sudo lz4 tar ccache tini \
27 libpulse0 libgl1 libxml2 libc6-dev-i386 libtinfo5 \
28 gnupg2 pkg-config zip g++ zlib1g-dev unzip \
29 python3-distutils gcc-7 g++-7; \
30 apt-get -y install libc++-8-dev libc++abi-8-dev clang-8; \
31 update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1; \
[all …]
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
DDockerfile.devel-mkl32 …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…
44 …update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 70 --slave /usr/bin/g++ g++ /usr/bin…
[all …]
/external/tflite-support/tensorflow_lite_support/tools/ci_build/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
25 eval "$1"
27 if [[ $? -ne 0 ]]; then
29 eval "$1"
34 echo "$@" 1>&2 ; exit 1;
42 result=$("$@" 2>&1) || die "$result"
45 set -x
50 mkdir -p /tmpfs/bazel_output
57 case "$(uname -s)" in
58 Darwin) local name=bazelisk-darwin-amd64 ;;
[all …]
/external/cronet/third_party/google_benchmark/src/
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 …]
/external/google-benchmark/
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 …]
/external/libcxx/utils/google-benchmark/
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 …]
/external/rust/crates/grpcio-sys/grpc/third_party/opencensus-proto/
D.travis.yml5 - language: java
9 - language: java
14 - case "$BUILD" in
16 export BAZEL_OS="linux" ;
17 export BAZEL_VERSION="0.28.1" ;
18 …lbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_6…
19 chmod +x bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh ;
20 ./bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh --user ;
21 echo "build --disk_cache=$HOME/bazel-cache" > ~/.bazelrc ;
22 echo "build --experimental_strict_action_env" >> ~/.bazelrc ;
[all …]
/external/bazelbuild-rules_rust/crate_universe/tools/cross_installer/
Dcross_installer_deps.bzl1 """Dependencies needed for the cross-installer tool"""
7 version = "0.2.1"
10 "x86_64-apple-darwin": "589da89453291dc26f0b10b521cdadb98376d495645b210574bd9ca4ec8cfa2c",
11 … "x86_64-pc-windows-msvc": "3af59ff5a2229f92b54df937c50a9a88c96dffc8ac3dde520a38fdf046d656c4",
12 … "x86_64-unknown-linux-gnu": "06dcce3248488e95fbb368d14bef17fa8e77461d5055fbd5193538574820f413",
19 …urls = ["https://github.com/rust-embedded/cross/releases/download/v{version}/cross-v{version}-{tri…
29 name = "linux",
30 constraint_values = ["@platforms//os:linux"],
46 ":linux": "@cross_x86_64-unknown-linux-gnu//:cross",
47 ":macos": "@cross_x86_64-apple-darwin//:cross",
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dcentos-8-devel-mpi-horovod.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 …]
Dredhat-8-devel-mpi-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 …]
Dcentos-7-devel-mpi-horovod.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 …]
Dcentos-8-devel-mpi-horovod-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 …]
Dredhat-8-devel-mpi-horovod-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 …]
Dcentos-7-devel-mpi-horovod-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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
/external/tensorflow/tensorflow/tools/ci_build/release/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 LATEST_BAZEL_VERSION=5.1.1
29 eval "$1"
31 if [[ $? -ne 0 ]]; then
33 eval "$1"
38 echo "$@" 1>&2 ; exit 1;
46 result=$("$@" 2>&1) || die "$result"
49 set -x
55 mkdir -p /tmpfs/bazel_output
62 case "$(uname -s)" in
[all …]
/external/rust/cxx/.devcontainer/
Dbuild.Dockerfile1 FROM mcr.microsoft.com/vscode/devcontainers/rust:1
3 RUN apt-get update \
5 && apt-get -y install --no-install-recommends openjdk-11-jdk lld \
6 && rustup default nightly 2>&1 \
7 && rustup component add rust-analyzer-preview rustfmt clippy 2>&1 \
8 …&& wget -q -O bin/install-bazel https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-
9 …&& wget -q -O bin/buck https://jitpack.io/com/github/facebook/buck/a5f0342ae3/buck-a5f0342ae3-java…
10 …&& wget -q -O bin/buildifier https://github.com/bazelbuild/buildtools/releases/latest/download/bui…
11 …&& wget -q -O tmp/watchman.zip https://github.com/facebook/watchman/releases/download/v2020.09.21.…
12 && chmod +x bin/install-bazel bin/buck bin/buildifier \
[all …]

1234