Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 6212) sorted by relevance

12345678910>>...249

/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_centos_pip_packages.sh19 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
27 pip2 install --upgrade setuptools==39.1.0
28 pip3 install --upgrade setuptools==39.1.0
30 pip2 install virtualenv
31 pip3 install virtualenv
33 # Install six.
[all …]
Dinstall_python3.6_pip_packages.sh16 # Install packages required by Python3.6 build
27 # Install python dep
28 apt-get install python-dev
29 # Install bz2 dep
30 apt-get install libbz2-dev
31 # Install curses dep
32 apt-get install libncurses5 libncurses5-dev
33 apt-get install libncursesw5 libncursesw5-dev
34 # Install readline dep
35 apt-get install libreadline6 libreadline6-dev
[all …]
Dinstall_pip_packages.sh24 # 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
33 pip3 install --upgrade setuptools==39.1.0
35 pip3 install virtualenv
37 # Install six and future.
38 pip3 install --upgrade six==1.12.0
39 pip3 install "future>=0.17.1"
41 # Install absl-py.
42 pip3 install --upgrade absl-py
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython16 # Install ROCm packages
17 RUN apt-get update && apt-get install -y --no-install-recommends \
21 && apt-get update && apt-get install -y --no-install-recommends \
41 # Copy and run the install scripts.
42 COPY install/install_bootstrap_deb_packages.sh /install/
43 RUN /install/install_bootstrap_deb_packages.sh
45 COPY install/install_deb_packages.sh /install/
46 RUN /install/install_deb_packages.sh
48 # Install additional packages needed for this image:
52 RUN apt-get update && apt-get install -y \
[all …]
DDockerfile.rbe.cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipython14 RUN apt-get update && apt-get install -y \
40 # Install TensorRT.
41 RUN apt-get update && apt-get install -y \
49 # Copy and run the install scripts.
52 COPY install/install_bootstrap_deb_packages.sh /install/
53 RUN /install/install_bootstrap_deb_packages.sh
55 COPY install/install_deb_packages.sh /install/
56 RUN /install/install_deb_packages.sh
58 # Install additional packages needed for this image:
61 RUN apt-get update && apt-get install -y \
[all …]
DDockerfile.rbe.cuda11.2-cudnn8.1-ubuntu18.04-manylinux2010-multipython14 RUN apt-get update && apt-get install -y \
42 # Install TensorRT.
47 apt-get update && apt-get install -y \
55 # Copy and run the install scripts.
58 COPY install/install_bootstrap_deb_packages.sh /install/
59 RUN /install/install_bootstrap_deb_packages.sh
61 COPY install/install_deb_packages.sh /install/
62 RUN /install/install_deb_packages.sh
64 # Install additional packages needed for this image:
67 RUN apt-get update && apt-get install -y \
[all …]
DDockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython14 RUN apt-get update && apt-get install -y \
40 # Install TensorRT.
41 RUN apt-get update && apt-get install -y \
49 # Copy and run the install scripts.
52 COPY install/install_bootstrap_deb_packages.sh /install/
53 RUN /install/install_bootstrap_deb_packages.sh
55 COPY install/install_deb_packages.sh /install/
56 RUN /install/install_deb_packages.sh
58 # Install additional packages needed for this image:
61 RUN apt-get update && apt-get install -y \
[all …]
DDockerfile.rbe.cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipython14 RUN apt-get update && apt-get install -y \
42 # Install TensorRT.
47 apt-get update && apt-get install -y \
55 # Copy and run the install scripts.
58 COPY install/install_bootstrap_deb_packages.sh /install/
59 RUN /install/install_bootstrap_deb_packages.sh
61 COPY install/install_deb_packages.sh /install/
62 RUN /install/install_deb_packages.sh
64 # Install additional packages needed for this image:
67 RUN apt-get update && apt-get install -y \
[all …]
DDockerfile.custom_op_ubuntu_168 RUN apt-get update && apt-get install -y \
41 # Copy and run the install scripts.
42 COPY install/*.sh /install/
44 RUN /install/install_bootstrap_deb_packages.sh
45 RUN /install/install_deb_packages.sh
46 RUN /install/install_clang.sh
47 RUN /install/install_bazel.sh
48 RUN /install/install_buildifier.sh
50 # Install golang.
51 RUN /install/install_golang.sh
[all …]
DDockerfile.custom_op_ubuntu_16_cuda10.08 RUN apt-get update && apt-get install -y \
37 # Install TensorRT.
38 RUN apt-get update && apt-get install -y \
44 # Copy and run the install scripts.
45 COPY install/*.sh /install/
47 RUN /install/install_bootstrap_deb_packages.sh
48 RUN /install/install_deb_packages.sh
49 RUN /install/install_clang.sh
50 RUN /install/install_bazel.sh
51 RUN /install/install_buildifier.sh
[all …]
DDockerfile.custom_op_ubuntu_16_cuda11.28 RUN apt-get update && apt-get install -y \
37 # Install TensorRT.
38 RUN apt-get update && apt-get install -y \
46 # Copy and run the install scripts.
47 COPY install/*.sh /install/
49 RUN /install/install_bootstrap_deb_packages.sh
50 RUN /install/install_deb_packages.sh
51 RUN /install/install_clang.sh
52 RUN /install/install_bazel.sh
53 RUN /install/install_buildifier.sh
[all …]
DDockerfile.custom_op_ubuntu_16_cuda10.18 RUN apt-get update && apt-get install -y \
37 # Install TensorRT.
38 RUN apt-get update && apt-get install -y \
46 # Copy and run the install scripts.
47 COPY install/*.sh /install/
49 RUN /install/install_bootstrap_deb_packages.sh
50 RUN /install/install_deb_packages.sh
51 RUN /install/install_clang.sh
52 RUN /install/install_bazel.sh
53 RUN /install/install_buildifier.sh
[all …]
/external/bcc/
DINSTALL.md88 sudo apt-get install bpfcc-tools linux-headers-$(uname -r)
99 used to satisfy dependencies. For example, should one attempt to install package `foo`
101 `foo` should install without trouble as `libbcc` declares that it provides `libbpfcc`.
110 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
119 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
128 You can install them via
131 sudo dnf install bcc
143 Ensure that you are running a 4.2+ kernel with `uname -r`. If not, install a 4.2+ kernel from
157 To install:
160 sudo dnf install bcc-tools kernel-headers kernel-devel
[all …]
/external/python/google-api-python-client/docs/dyn/
Dandroidenterprise_v1.installs.html91 <p class="firstline">Requests to install the latest version of an app to a device. If the app is al…
106 …installId: string, The ID of the product represented by the install, e.g. &quot;app:com.google.and…
122 …installId: string, The ID of the product represented by the install, e.g. &quot;app:com.google.and…
131install is pending). The API can be used to create an install resource using the update method. Th…
132 …allState&quot;: &quot;A String&quot;, # Install state. The state &quot;installPending&quot; means …
133 …&quot;productId&quot;: &quot;A String&quot;, # The ID of the product that the install is for. For …
134 …# The version of the installed product. Guaranteed to be set only if the install state is &quot;in…
155 …&quot;install&quot;: [ # An installation of an app for a user on a specific device. The existence …
156install is pending). The API can be used to create an install resource using the update method. Th…
157 …allState&quot;: &quot;A String&quot;, # Install state. The state &quot;installPending&quot; means …
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/
DBUILD.md26 However, this repository contains CMake build configuration files to "install"
27 the files from this repository to a specific install directory. For example,
28 you can install the files to a system directory such as `/usr/local` on Linux.
32 you need to build the install target of this repository and provide the
33 resulting install directory to those repositories.
37 The `install` target installs the following files under the directory
45 The `uninstall` target can be used to remove the above files from the install
60 ### Build and Install Directories
63 the repository with a name of `build` and place the install directory as a
64 child of the build directory with the name `install`. The remainder of these
[all …]
/external/vulkan-headers/
DBUILD.md26 However, this repository contains CMake build configuration files to "install"
27 the files from this repository to a specific install directory. For example,
28 you can install the files to a system directory such as `/usr/local` on Linux.
32 you need to build the install target of this repository and provide the
33 resulting install directory to those repositories.
37 The `install` target installs the following files under the directory
45 The `uninstall` target can be used to remove the above files from the install
60 ### Build and Install Directories
63 the repository with a name of `build` and place the install directory as a
64 child of the build directory with the name `install`. The remainder of these
[all …]
/external/grpc-grpc/tools/dockerfile/test/multilang_jessie_x64/
DDockerfile17 # Install Git and basic packages.
18 RUN apt-get update && apt-get install -y \
50 RUN apt-get update && apt-get install -y time && apt-get clean
53 RUN apt-get update && apt-get install -y python-pip && apt-get clean
54 RUN pip install --upgrade google-api-python-client
65 # Install dependencies
66 RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y \
74 # Install dotnet SDK based on https://www.microsoft.com/net/core#debian
75 RUN apt-get update && apt-get install -y curl libunwind8 gettext
94 RUN apt-get update && apt-get -y install libgflags-dev libgtest-dev libc++-dev clang && apt-get cle…
[all …]
/external/grpc-grpc/src/php/
DREADME.md19 **Install PHP and PECL on Ubuntu/Debian:**
24 $ sudo apt-get install php5 php5-dev php-pear phpunit
30 $ sudo apt-get install php7.0 php7.0-dev php-pear phpunit
34 $ sudo apt-get install php php-dev php-pear phpunit
37 **Install PHP and PECL on CentOS/RHEL 7:**
41 $ sudo yum install php56w php56w-devel php-pear phpunit gcc zlib-devel
44 **Install PHP and PECL on Mac:**
46 $ brew install homebrew/php/php56-grpc
51 **Install Composer (Linux or Mac):**
57 **Install PHPUnit (Linux or Mac):**
[all …]
/external/speex/win32/libspeexdsp/
DMakefile.in113 *) (install-info --version) >/dev/null 2>&1;; \
147 INSTALL = @INSTALL@
329 install: install-am
330 install-exec: install-exec-am
331 install-data: install-data-am
334 install-am: all-am
335 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338 install-strip:
342 install; \
346 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
[all …]
/external/speex/ti/speex_C55_test/
DMakefile.in113 *) (install-info --version) >/dev/null 2>&1;; \
147 INSTALL = @INSTALL@
329 install: install-am
330 install-exec: install-exec-am
331 install-data: install-data-am
334 install-am: all-am
335 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338 install-strip:
342 install; \
346 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
[all …]
/external/speex/win32/VS2005/tests/
DMakefile.in113 *) (install-info --version) >/dev/null 2>&1;; \
147 INSTALL = @INSTALL@
329 install: install-am
330 install-exec: install-exec-am
331 install-data: install-data-am
334 install-am: all-am
335 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338 install-strip:
342 install; \
346 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
[all …]
/external/speex/win32/VS2003/tests/
DMakefile.in113 *) (install-info --version) >/dev/null 2>&1;; \
147 INSTALL = @INSTALL@
329 install: install-am
330 install-exec: install-exec-am
331 install-data: install-data-am
334 install-am: all-am
335 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338 install-strip:
342 install; \
346 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
[all …]
/external/speex/ti/speex_C54_test/
DMakefile.in113 *) (install-info --version) >/dev/null 2>&1;; \
147 INSTALL = @INSTALL@
329 install: install-am
330 install-exec: install-exec-am
331 install-data: install-data-am
334 install-am: all-am
335 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338 install-strip:
342 install; \
346 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
[all …]
/external/speex/ti/speex_C64_test/
DMakefile.in113 *) (install-info --version) >/dev/null 2>&1;; \
147 INSTALL = @INSTALL@
329 install: install-am
330 install-exec: install-exec-am
331 install-data: install-data-am
334 install-am: all-am
335 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338 install-strip:
342 install; \
346 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
[all …]
/external/speex/win32/VS2005/libspeexdsp/
DMakefile.in113 *) (install-info --version) >/dev/null 2>&1;; \
147 INSTALL = @INSTALL@
329 install: install-am
330 install-exec: install-exec-am
331 install-data: install-data-am
334 install-am: all-am
335 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338 install-strip:
342 install; \
346 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
[all …]

12345678910>>...249