Home
last modified time | relevance | path

Searched +full:- +full:- +full:install (Results 1 – 25 of 1086) sorted by relevance

12345678910>>...44

/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_centos_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
19 pip2 install -U pip==18.1
20 pip3 install -U pip==18.1
22 pip2 install wheel==0.31.1
23 pip3 install wheel==0.31.1
25 # Install last working version of setuptools. This must happen before we install
26 # absl-py, which uses install_requires notation introduced in setuptools 20.5.
27 pip2 install --upgrade setuptools==39.1.0
28 pip3 install --upgrade setuptools==39.1.0
[all …]
Dinstall_python3.6_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # Install packages required by Python3.6 build
22 add-apt-repository -y ppa:fkrull/deadsnakes
24 apt-get update
25 apt-get upgrade
27 # Install python dep
28 apt-get install python-dev
29 # Install bz2 dep
30 apt-get install libbz2-dev
31 # Install curses dep
[all …]
Dinstall_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
20 wget https://bootstrap.pypa.io/get-pip.py
21 python3.6 get-pip.py
22 rm -f get-pip.py
24 # Install pip packages from whl files to avoid the time-consuming process of
29 pip3 install wheel==0.31.1
31 # Install last working version of setuptools. This must happen before we install
32 # absl-py, which uses install_requires notation introduced in setuptools 20.5.
33 pip3 install --upgrade setuptools==39.1.0
[all …]
/external/ot-br-posix/script/
Dbootstrap36 NAT64_SERVICE="${NAT64_SERVICE:-tayga}"
40 sudo apt-get update
41 sudo apt-get install --no-install-recommends -y \
44 iputils-ping \
45 libreadline-dev \
46 libncurses-dev
48 sudo apt-get install --no-install-recommends -y build-essential ninja-build cmake
50 with RELEASE || sudo apt-get install --no-install-recommends -y libcpputest-dev
52 sudo apt-get install --no-install-recommends -y rsyslog
55 sudo apt-get install --no-install-recommends -y libdbus-1-dev
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rbe.rocm-ubuntu20.04-manylinux2014-multipython4 # $ docker build -f Dockerfile.local-toolchain-ubuntu20.04-manylinux2014 \
5 # --tag "local-toolchain-ubuntu20.04-manylinux2014" .
6 # $ docker build -f Dockerfile.rbe.rocm-ubuntu20.04-manylinux2014-multipython \
7 # --tag "gcr.io/tensorflow-testing/nosla-rocm-ubuntu20.04-manylinux2014-multipython" .
8 # $ docker push gcr.io/tensorflow-testing/nosla-rocm-ubuntu20.04-manylinux2014-multipython
11 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt7 /dt7
12 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt9 /dt9
16 # Install ROCm packages
17 RUN apt-get update && apt-get install -y --no-install-recommends \
18 curl libnuma-dev gnupg sudo libelf1 build-essential \
[all …]
DDockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython4 # $ docker build -f Dockerfile.local-toolchain-ubuntu18.04-manylinux2010 \
5 # --tag "local-toolchain-ubuntu18.04-manylinux2010" .
6 # $ docker build -f Dockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython \
7 # --tag "gcr.io/tensorflow-testing/nosla-rocm-ubuntu18.04-manylinux2010-multipython" .
8 # $ docker push gcr.io/tensorflow-testing/nosla-rocm-ubuntu18.04-manylinux2010-multipython
11 COPY --from=local-toolchain-ubuntu18.04-manylinux2010 /dt7 /dt7
15 # Install ROCm packages
16 RUN apt-get update && apt-get install -y --no-install-recommends \
17 curl libnuma-dev gnupg sudo libelf1 build-essential \
18 && curl -k -sL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - \
[all …]
DDockerfile.rbe.cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipyth…
11 FROM gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu16.04-manylinux2010
13 RUN apt-get update
14 RUN apt-get remove -y --allow-change-held-packages cuda-license-10-0 libcudnn7 libcudnn8 libnccl2 l…
15 RUN apt-get install -y --no-install-recommends --allow-downgrades --allow-change-held-packages \
17 libcublas-dev \
18 cuda-nvml-dev-10.2 \
[all …]
DDockerfile.rbe.cuda11.4-cudnn8.2-ubuntu20.04-manylinux2014-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda11.4-cudnn8.2-ubuntu20.04-manylinux2014-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda11.4-cudnn8.2-ubuntu20.04-manylinux2014-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda11.4-cudnn8.2-ubuntu20.04-manylinux2014-multipy…
11 FROM nvidia/cuda:11.4.1-cudnn8-devel-ubuntu20.04 as devtoolset
14 RUN apt-get update && apt-get install -y \
24 xz-utils \
26 rm -rf /var/lib/apt/lists/*
30 ADD devtoolset/rpm-patch.sh rpm-patch.sh
32 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
[all …]
DDockerfile.rbe.cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipyth…
11 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 as devtoolset
14 RUN apt-get update && apt-get install -y \
24 rm -rf /var/lib/apt/lists/*
28 ADD devtoolset/rpm-patch.sh rpm-patch.sh
30 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
31 RUN /build_devtoolset.sh devtoolset-7 /dt7
[all …]
DDockerfile.rbe.cuda11.2-cudnn8.1-ubuntu18.04-manylinux2010-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda11.2-cudnn8.1-ubuntu18.04-manylinux2010-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda11.2-cudnn8.1-ubuntu18.04-manylinux2010-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda11.2-cudnn8.1-ubuntu18.04-manylinux2010-multipy…
11 FROM nvidia/cuda:11.2.1-cudnn8-devel-ubuntu18.04 as devtoolset
14 RUN apt-get update && apt-get install -y \
24 xz-utils \
26 rm -rf /var/lib/apt/lists/*
30 ADD devtoolset/rpm-patch.sh rpm-patch.sh
32 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
[all …]
DDockerfile.rbe.cuda11.1-cudnn8-ubuntu20.04-manylinux2014-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda11.1-cudnn8-ubuntu20.04-manylinux2014-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda11.1-cudnn8-ubuntu20.04-manylinux2014-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda11.1-cudnn8-ubuntu20.04-manylinux2014-multipyth…
11 FROM nvidia/cuda:11.1.1-cudnn8-devel-ubuntu20.04 as devtoolset
14 RUN apt-get update && apt-get install -y \
24 xz-utils \
26 rm -rf /var/lib/apt/lists/*
30 ADD devtoolset/rpm-patch.sh rpm-patch.sh
32 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
[all …]
DDockerfile.rbe.cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipyth…
11 FROM nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04 as devtoolset
14 RUN apt-get update && apt-get install -y \
24 xz-utils \
26 rm -rf /var/lib/apt/lists/*
30 ADD devtoolset/rpm-patch.sh rpm-patch.sh
32 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
[all …]
DDockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipyth…
11 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu16.04 as devtoolset
14 RUN apt-get update && apt-get install -y \
24 rm -rf /var/lib/apt/lists/*
28 ADD devtoolset/rpm-patch.sh rpm-patch.sh
30 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
31 RUN /build_devtoolset.sh devtoolset-7 /dt7
[all …]
DDockerfile.rbe.cuda11.2-cudnn8.1-ubuntu20.04-manylinux2014-multipython1 # Dockerfile to build a manylinxu2010/manylinux 2014 compliant cross-compiler.
3 # Builds a devtoolset-7 environment with manylinux2010 compatible glibc (2.12) and
6 # Builds a devtoolset-9 environment with manylinux2014 compatible glibc (2.17) and
10 # $ docker build -f Dockerfile.rbe.cuda11.2-cudnn8.1-ubuntu20.04-manylinux2014-multipython \
11 # --tag "gcr.io/tensorflow-testing/nosla-cuda11.2-cudnn8.1-ubuntu20.04-manylinux2014-multipython" .
12 # $ docker push gcr.io/tensorflow-testing/nosla-cuda11.2-cudnn8.1-ubuntu20.04-manylinux2014-multipy…
14 FROM nvidia/cuda:11.2.1-cudnn8-devel-ubuntu20.04 as devtoolset
17 RUN apt-get update && apt-get install -y \
27 xz-utils \
29 rm -rf /var/lib/apt/lists/*
[all …]
DDockerfile.custom_op_ubuntu_16_cuda10.03 FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04 as devtoolset
8 RUN apt-get update && apt-get install -y \
18 rm -rf /var/lib/apt/lists/*
22 ADD devtoolset/rpm-patch.sh rpm-patch.sh
24 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
25 RUN /build_devtoolset.sh devtoolset-7 /dt7
26 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-8 in /dt8.
27 RUN /build_devtoolset.sh devtoolset-8 /dt8
30 FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04
34 COPY --from=devtoolset /dt7 /dt7
[all …]
DDockerfile.custom_op_ubuntu_168 RUN apt-get update && apt-get install -y \
20 xz-utils \
22 rm -rf /var/lib/apt/lists/*
26 ADD devtoolset/rpm-patch.sh rpm-patch.sh
28 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
29 RUN /build_devtoolset.sh devtoolset-7 /dt7
30 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-8 in /dt8.
31 RUN /build_devtoolset.sh devtoolset-8 /dt8
38 COPY --from=devtoolset /dt7 /dt7
39 COPY --from=devtoolset /dt8 /dt8
[all …]
DDockerfile.custom_op_ubuntu_16_cuda10.13 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu16.04 as devtoolset
8 RUN apt-get update && apt-get install -y \
18 rm -rf /var/lib/apt/lists/*
22 ADD devtoolset/rpm-patch.sh rpm-patch.sh
24 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
25 RUN /build_devtoolset.sh devtoolset-7 /dt7
26 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-8 in /dt8.
27 RUN /build_devtoolset.sh devtoolset-8 /dt8
30 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu16.04
34 COPY --from=devtoolset /dt7 /dt7
[all …]
DDockerfile.custom_op_ubuntu_16_cuda11.23 FROM nvidia/cuda:11.2.1-cudnn8-devel-ubuntu16.04 as devtoolset
8 RUN apt-get update && apt-get install -y \
18 rm -rf /var/lib/apt/lists/*
22 ADD devtoolset/rpm-patch.sh rpm-patch.sh
24 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
25 RUN /build_devtoolset.sh devtoolset-7 /dt7
26 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-8 in /dt8.
27 RUN /build_devtoolset.sh devtoolset-8 /dt8
30 FROM nvidia/cuda:11.2.1-cudnn8-devel-ubuntu16.04
34 COPY --from=devtoolset /dt7 /dt7
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
13 - [Amazon Linux 2](#amazon-linux-2---binary)
[all …]
/external/grpc-grpc/tools/dockerfile/test/multilang_jessie_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 # Install Git and basic packages.
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 \
[all …]
/external/virglrenderer/.gitlab-ci/container/debian/
Dx86_test.sh3 set -ex
6 mkdir -p ${MESA_CI_PROJECT_DIR}
10 …URL="https://${STORAGE_HOST}/artifacts/${MESA_PROJECT_PATH}/${MESA_PIPELINE_ID}/mesa-amd64.tar.zst"
11 if wget -q --method=HEAD ${MESA_CI_ARTIFACTS_URL}; then
12 wget -S --progress=dot:giga -O- ${MESA_CI_ARTIFACTS_URL} | tar -xv --zstd
14 echo -e "\e[31mThe Mesa artifacts has expired, please update to newer Mesa pipeline!\e[0m"
15 apt-get update && apt-get -y install jq
17 …MESA_PROJECT_ID=$(wget -cq "${CI_API_V4_URL}/projects/${MESA_PROJECT_PATH_ESCAPED}" -O - | jq -c '…
21 …$(wget -cq "${CI_API_V4_URL}/projects/${MESA_PROJECT_ID}/pipelines/${MESA_PIPELINE_ID}/jobs?per_pa…
22 | jq -c '.[] | select(.name == "debian-testing") | .id')
[all …]
/external/python/google-api-python-client/docs/dyn/
Dandroidenterprise_v1.installs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/ipsec-tools/src/include-glibc/
DMakefile.in21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
34 subdir = src/include-glibc
41 mkinstalldirs = $(install_sh) -d
83 INSTALL = @INSTALL@
175 glibc-bugs.h \
181 all: all-am
188 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
193 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include-glibc/Makefile'; \
[all …]
/external/libexif/binary/
DMakefile.in23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
39 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
40 $(top_srcdir)/m4m/gp-config-msg.m4 \
41 $(top_srcdir)/m4m/gp-documentation.m4 \
42 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
43 $(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \
44 $(top_srcdir)/auto-m4/iconv.m4 $(top_srcdir)/auto-m4/lib-ld.m4 \
45 $(top_srcdir)/auto-m4/lib-link.m4 \
[all …]
/external/grpc-grpc/tools/dockerfile/test/node_jessie_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 # Install Git and basic packages.
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 \
[all …]

12345678910>>...44