Searched full:install (Results 1 – 25 of 6210) sorted by relevance
12345678910>>...249
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | install_centos_pip_packages.sh | 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 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 …]
|
D | install_python3.6_pip_packages.sh | 16 # 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 …]
|
D | install_pip_packages.sh | 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 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/release/ |
D | common.sh | 24 # //tensorflow/tools/ci_build/install/install_bazel.sh, 25 # //tensorflow/tools/ci_build/install/install_bazel_from_source.sh) 81 # Install the given bazel version on linux 123 "${PIP_CMD}" install --user --upgrade 'setuptools<53' pip wheel 125 # deps depend on numpy without an upper bound, we must install numpy before 128 "${PIP_CMD}" install --user 'numpy ~= 1.19.2' 129 # Now, install the deps, as listed in setup.py 130 "${PIP_CMD}" install --user 'absl-py ~= 0.10' 131 "${PIP_CMD}" install --user 'astunparse ~= 1.6.3' 132 "${PIP_CMD}" install --user 'flatbuffers ~= 1.12.0' [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | androidenterprise_v1.installs.html | 88 <p class="firstline">Requests to install the latest version of an app to a device. If the app is al… 91 <p class="firstline">Requests to install the latest version of an app to a device. If the app is al… 101 …installId: string, The ID of the product represented by the install, e.g. "app:com.google.android.… 113 …installId: string, The ID of the product represented by the install, e.g. "app:com.google.android.… 118 …resource indicates that an app is installed on a particular device (or that an install is pending). 120 …install resource using the update method. This triggers the actual install of the app on the devic… 122 … to update an installed app. If the update method is used on an existing install, then the app wil… 126 …stalls an app themselves (as permitted by the enterprise), then again an install resource and poss… 128 …install resource, which triggers the removal of the app from the device. Note that deleting an ins… 129 …"installState": "A String", # Install state. The state "installPending" means that an install requ… [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython | 16 # 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 \ 39 # Copy and run the install scripts. 40 COPY install/install_bootstrap_deb_packages.sh /install/ 41 RUN /install/install_bootstrap_deb_packages.sh 43 COPY install/install_deb_packages.sh /install/ 44 RUN /install/install_deb_packages.sh 46 # Install additional packages needed for this image: 50 RUN apt-get update && apt-get install -y \ [all …]
|
D | Dockerfile.rbe.cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipython | 14 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 …]
|
D | Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython | 14 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 …]
|
D | Dockerfile.rbe.cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipython | 14 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 …]
|
D | Dockerfile.custom_op_ubuntu_16 | 8 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 …]
|
D | Dockerfile.custom_op_ubuntu_16_cuda10.0 | 8 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 …]
|
D | Dockerfile.custom_op_ubuntu_16_cuda10.1 | 8 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/openssh/contrib/cygwin/ |
D | Makefile | 15 INSTALL=/usr/bin/install -c macro 34 install-inetd-config: 36 $(INSTALL) -m 644 sshd-inetd $(DESTDIR)$(inetdefdir)/sshd-inetd 38 install-sshdoc: 40 -$(INSTALL) -m 644 $(srcdir)/CREDITS $(DESTDIR)$(sshdocdir)/CREDITS 41 -$(INSTALL) -m 644 $(srcdir)/ChangeLog $(DESTDIR)$(sshdocdir)/ChangeLog 42 -$(INSTALL) -m 644 $(srcdir)/LICENCE $(DESTDIR)$(sshdocdir)/LICENCE 43 -$(INSTALL) -m 644 $(srcdir)/OVERVIEW $(DESTDIR)$(sshdocdir)/OVERVIEW 44 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL $(DESTDIR)$(sshdocdir)/PROTOCOL 45 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL.agent $(DESTDIR)$(sshdocdir)/PROTOCOL.agent [all …]
|
/external/vulkan-headers/ |
D | BUILD.md | 26 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/angle/third_party/vulkan-deps/vulkan-headers/src/ |
D | BUILD.md | 26 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/ |
D | Dockerfile | 17 # 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/tools/dockerfile/test/node_jessie_x64/ |
D | Dockerfile | 17 # 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 57 # Install Electron apt dependencies 58 RUN apt-get update && apt-get install -y \ 70 # Install dependencies 72 RUN apt-get update && apt-get install -y \ 77 # Install Python packages from PyPI [all …]
|
/external/grpc-grpc/src/php/ |
D | README.md | 19 **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/VS2008/libspeexdsp/ |
D | Makefile.in | 113 *) (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/ |
D | Makefile.in | 113 *) (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/ |
D | Makefile.in | 113 *) (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/libspeexdsp/ |
D | Makefile.in | 113 *) (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/VS2008/tests/ |
D | Makefile.in | 113 *) (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/symbian/ |
D | Makefile.in | 113 *) (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/libspeexdsp/ |
D | Makefile.in | 113 *) (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