Home
last modified time | relevance | path

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

1234

/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_build_submodule_at_head.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 set -ex
21 cd $(dirname $0)/../../..
26 (cd third_party/$RUN_TESTS_FLAGS && git fetch --all && git checkout origin/master)
33 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/0.13.1/bazel-0.13.1-installer-…
34 chmod +x ./bazel-0.13.1-installer-linux-x86_64.sh
35 ./bazel-0.13.1-installer-linux-x86_64.sh --user
36 rm -f ./bazel-0.13.1-installer-linux-x86_64.sh
43 git -c user.name='foo' -c user.email='foo@google.com' commit -a -m 'Update submodule'
45 tools/run_tests/run_tests_matrix.py -f linux --inner_jobs 4 -j 4 --internal_ci --build_only
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bazel.sh8 # http://www.apache.org/licenses/LICENSE-2.0
21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
24 exit 0
27 set -e
30 mkdir -p /bazel
32 if [[ ! -f "bazel-$BAZEL_VERSION-installer-linux-x86_64.sh" ]]; then
33 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…
35 chmod +x /bazel/bazel-*.sh
36 /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
37 rm -f /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.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 clang-8 gcc-7 g++-7; \
30 update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1; \
31 gcc-7 --version; \
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Ddevel-gpu.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base
31 ARG CUDNN=8.0.4.30-1
33 ARG LIB_DIR_PREFIX=x86_64
34 ARG LIBNVINFER=7.1.3-1
38 SHELL ["/bin/bash", "-c"]
39 RUN apt-get update && apt-get install -y --no-install-recommends \
40 build-essential \
41 cuda-command-line-tools-${CUDA/./-} \
42 libcublas-${CUDA/./-} \
[all …]
Ddevel-gpu-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base
31 ARG CUDNN=8.0.4.30-1
33 ARG LIB_DIR_PREFIX=x86_64
34 ARG LIBNVINFER=7.1.3-1
38 SHELL ["/bin/bash", "-c"]
39 RUN apt-get update && apt-get install -y --no-install-recommends \
40 build-essential \
41 cuda-command-line-tools-${CUDA/./-} \
42 libcublas-${CUDA/./-} \
[all …]
Ddevel-cpu.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 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 \
40 zlib1g-dev \
[all …]
Ddevel-cpu-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 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 \
40 zlib1g-dev \
[all …]
/external/tflite-support/tensorflow_lite_support/tools/ci_build/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 LATEST_BAZEL_VERSION=3.1.0
27 if [[ $? -ne 0 ]]; then
45 set -x
50 mkdir -p /tmpfs/bazel_output
57 case "$(uname -s)" in
58 Darwin) local name=bazelisk-darwin-amd64 ;;
59 Linux) local name=bazelisk-linux-amd64 ;;
60 *) die "Unknown OS: $(uname -s)" ;;
62 mkdir -p "$HOME/bin"
[all …]
/external/google-benchmark/
D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
15 - compiler: gcc
17 - compiler: gcc
21 - g++-multilib
22 - libc6:i386
24 - COMPILER=g++
25 - C_COMPILER=gcc
26 - BUILD_TYPE=Debug
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/bazel/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM gcr.io/oss-fuzz-base/base-builder
17 # -------------------------- WARNING --------------------------------------
19 # https://github.com/google/oss-fuzz/blob/master/projects/grpc/Dockerfile
21 # -------------------------------------------------------------------------
24 RUN apt-get update && apt-get install -y software-properties-common python-software-properties
25 RUN add-apt-repository ppa:webupd8team/java
26 RUN apt-get update && apt-get -y install \
28 build-essential \
33 openjdk-8-jdk \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/sanity/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dbazel.partial.Dockerfile1 RUN apt-get update && apt-get install -y \
2 build-essential \
6 openjdk-8-jdk \
7 python3-dev \
11 RUN python3 -m pip --no-cache-dir install \
17 'numpy<1.19.0' \
28 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
29 …wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \
30 chmod +x /bazel/installer.sh && \
31 /bazel/installer.sh && \
[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 …]
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 …]
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 …]
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-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-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-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 …]
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 …]
/external/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
16 * If using YASM, 1.2.0 or later is required.
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when
22 building libjpeg-turbo.
25 Red Hat Enterprise Linux 8 and in the PowerTools repository on CentOS 8,
[all …]

1234