Searched +full:- +full:- +full:no +full:- +full:install +full:- +full:recommends (Results 1 – 25 of 85) sorted by relevance
1234
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.rbe.cuda10.0-cudnn7-ubuntu14.04 | 2 # $ docker build -f Dockerfile.rbe.cuda10.0-cudnn7-ubuntu14.04 \ 3 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu14.04" . 4 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu14.04 6 FROM gcr.io/clang-docker-builder/clang-ubuntu14_04 9 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-http… 10 rm -rf /var/lib/apt/lists/* && \ 13 …apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_6… 14 apt-key adv --export --no-emit-version -a $NVIDIA_GPGKEY_FPR | tail -n +2 > cudasign.pub && \ 15 echo "$NVIDIA_GPGKEY_SUM cudasign.pub" | sha256sum -c --strict - && rm cudasign.pub && \ 17 …loper.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.l… [all …]
|
D | Dockerfile.rbe.cuda9.0-cudnn7-ubuntu14.04 | 2 # $ docker build -f Dockerfile.rbe.cuda9.0-cudnn7-ubuntu14.04 \ 3 # --tag "gcr.io/tensorflow-testing/nosla-cuda9.0-cudnn7-ubuntu14.04" . 4 # $ docker push gcr.io/tensorflow-testing/nosla-cuda9.0-cudnn7-ubuntu14.04 9 FROM gcr.io/clang-docker-builder/clang-ubuntu14_04 12 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-http… 13 rm -rf /var/lib/apt/lists/* && \ 16 …apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_6… 17 apt-key adv --export --no-emit-version -a $NVIDIA_GPGKEY_FPR | tail -n +2 > cudasign.pub && \ 18 echo "$NVIDIA_GPGKEY_SUM cudasign.pub" | sha256sum -c --strict - && rm cudasign.pub && \ 20 …loper.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.l… [all …]
|
D | Dockerfile.debian.jessie.cpu | 5 # Copy and run the install scripts. 6 COPY install/*.sh /install/ 7 RUN /install/install_bootstrap_deb_packages.sh 8 RUN echo "deb http://www.debian.net/debian jessie-backports main" | \ 9 tee -a /etc/apt/sources.list 11 # http://serverfault.com/questions/830636/cannot-install-openjdk-8-jre-headless-on-debian-jessie 12 RUN apt-get update && \ 13 apt-get install -y --no-install-recommends -t jessie-backports \ 14 openjdk-8-jre-headless ca-certificates-java && \ 15 apt-get clean && \ [all …]
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | Dockerfile | 11 RUN apt-get update && \ 12 apt-get upgrade -y && \ 13 apt-get install -y git-core build-essential wget 15 RUN apt-get install -y --no-install-recommends \ 16 autotools-dev libtool pkg-config zlib1g-dev \ 17 libcunit1-dev libssl-dev libxml2-dev libevent-dev \ 20 # The list of packages nghttp2 recommends for h2load: 21 RUN apt-get install -y --no-install-recommends make binutils \ 22 autoconf automake autotools-dev \ 23 libtool pkg-config zlib1g-dev libcunit1-dev libssl-dev libxml2-dev \ [all …]
|
/external/google-fruit/extras/dockerfiles/ |
D | common_install.sh | 3 set -e 5 apt-get update -qq 6 apt-get install -y --no-install-recommends wget gnupg 8 wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add - 10 # 1E9377A2BA9EF27F is the key for the ubuntu-toolchain-r PPA. 11 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F | cat 14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 15CF4D18AF4F7421 | cat 16 apt-get update -qq 17 apt-get install -y --allow-unauthenticated --no-install-recommends \ 22 libboost-dev \ [all …]
|
D | ubuntu-16.04_install.sh | 3 set -e 5 apt-get install -y --no-install-recommends \ 9 curl https://bazel.build/bazel-release.pub.gpg | apt-key add - 11 apt-get install -y --allow-unauthenticated --no-install-recommends \ 12 clang-3.5 \ 13 clang-3.6 \ 14 clang-3.7 \ 15 clang-3.8 \ 16 g++-4.9 \ 17 g++-6 \ [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ |
D | gpu-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=7.4.1.5-1 34 SHELL ["/bin/bash", "-c"] 36 RUN apt-get update && apt-get install -y --no-install-recommends \ 37 build-essential \ 38 cuda-command-line-tools-${CUDA/./-} \ 39 cuda-cublas-${CUDA/./-} \ 40 cuda-cufft-${CUDA/./-} \ 41 cuda-curand-${CUDA/./-} \ [all …]
|
D | devel-gpu-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=7.4.1.5-1 36 SHELL ["/bin/bash", "-c"] 37 RUN apt-get update && apt-get install -y --no-install-recommends \ 38 build-essential \ 39 cuda-command-line-tools-${CUDA/./-} \ 40 cuda-cublas-dev-${CUDA/./-} \ 41 cuda-cudart-dev-${CUDA/./-} \ 42 cuda-cufft-dev-${CUDA/./-} \ [all …]
|
D | devel-cpu-jupyter.Dockerfile | 7 # 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 \ 39 zlib1g-dev \ [all …]
|
D | gpu.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=7.4.1.5-1 34 SHELL ["/bin/bash", "-c"] 36 RUN apt-get update && apt-get install -y --no-install-recommends \ 37 build-essential \ 38 cuda-command-line-tools-${CUDA/./-} \ 39 cuda-cublas-${CUDA/./-} \ 40 cuda-cufft-${CUDA/./-} \ 41 cuda-curand-${CUDA/./-} \ [all …]
|
D | devel-gpu.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=7.4.1.5-1 36 SHELL ["/bin/bash", "-c"] 37 RUN apt-get update && apt-get install -y --no-install-recommends \ 38 build-essential \ 39 cuda-command-line-tools-${CUDA/./-} \ 40 cuda-cublas-dev-${CUDA/./-} \ 41 cuda-cudart-dev-${CUDA/./-} \ 42 cuda-cufft-dev-${CUDA/./-} \ [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/ |
D | devel-gpu-ppc64le-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=7.4.1.5-1 36 SHELL ["/bin/bash", "-c"] 37 RUN apt-get update && apt-get install -y --no-install-recommends \ 38 build-essential \ 39 cuda-command-line-tools-${CUDA/./-} \ 40 cuda-cublas-dev-${CUDA/./-} \ 41 cuda-cudart-dev-${CUDA/./-} \ 42 cuda-cufft-dev-${CUDA/./-} \ [all …]
|
D | gpu-ppc64le-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=7.4.1.5-1 34 SHELL ["/bin/bash", "-c"] 36 RUN apt-get update && apt-get install -y --no-install-recommends \ 37 build-essential \ 38 cuda-command-line-tools-${CUDA/./-} \ 39 cuda-cublas-${CUDA/./-} \ 40 cuda-cufft-${CUDA/./-} \ 41 cuda-curand-${CUDA/./-} \ [all …]
|
D | devel-cpu-ppc64le-jupyter.Dockerfile | 7 # 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 \ 39 zlib1g-dev \ [all …]
|
D | devel-gpu-ppc64le.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=7.4.1.5-1 36 SHELL ["/bin/bash", "-c"] 37 RUN apt-get update && apt-get install -y --no-install-recommends \ 38 build-essential \ 39 cuda-command-line-tools-${CUDA/./-} \ 40 cuda-cublas-dev-${CUDA/./-} \ 41 cuda-cudart-dev-${CUDA/./-} \ 42 cuda-cufft-dev-${CUDA/./-} \ [all …]
|
D | gpu-ppc64le.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=7.4.1.5-1 34 SHELL ["/bin/bash", "-c"] 36 RUN apt-get update && apt-get install -y --no-install-recommends \ 37 build-essential \ 38 cuda-command-line-tools-${CUDA/./-} \ 39 cuda-cublas-${CUDA/./-} \ 40 cuda-cufft-${CUDA/./-} \ 41 cuda-curand-${CUDA/./-} \ [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/ |
D | nvidia.partial.Dockerfile | 3 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 8 ARG CUDNN=7.4.1.5-1 11 SHELL ["/bin/bash", "-c"] 13 RUN apt-get update && apt-get install -y --no-install-recommends \ 14 build-essential \ 15 cuda-command-line-tools-${CUDA/./-} \ 16 cuda-cublas-${CUDA/./-} \ 17 cuda-cufft-${CUDA/./-} \ 18 cuda-curand-${CUDA/./-} \ 19 cuda-cusolver-${CUDA/./-} \ [all …]
|
D | devel-nvidia.partial.Dockerfile | 3 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 8 ARG CUDNN=7.4.1.5-1 13 SHELL ["/bin/bash", "-c"] 14 RUN apt-get update && apt-get install -y --no-install-recommends \ 15 build-essential \ 16 cuda-command-line-tools-${CUDA/./-} \ 17 cuda-cublas-dev-${CUDA/./-} \ 18 cuda-cudart-dev-${CUDA/./-} \ 19 cuda-cufft-dev-${CUDA/./-} \ 20 cuda-curand-dev-${CUDA/./-} \ [all …]
|
/external/libcxx/utils/docker/scripts/ |
D | install_clang_packages.sh | 2 #===- libcxx/utils/docker/scripts/install_clang_package.sh -----------------===// 9 #===-----------------------------------------------------------------------===// 11 set -e 17 Install 19 -h|--help show this help message 20 --version the numeric version of the package to use. 26 while [[ $# -gt 0 ]]; do 28 --version) 33 -h|--help) 45 curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | install_deb_packages.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 18 # ./install_deb_packages [--without_cmake] 19 # Pass --without_cmake to prevent cmake from being installed with apt-get 21 set -e 22 ubuntu_version=$(cat /etc/issue | grep -i ubuntu | awk '{print $2}' | \ 23 awk -F'.' '{print $1}') 25 if [[ "$1" != "" ]] && [[ "$1" != "--without_cmake" ]]; then 30 # Install dependencies from ubuntu deb repository. 31 apt-key adv --keyserver keyserver.ubuntu.com --recv 084ECFC5828AB726 32 apt-get update [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/debian8/ |
D | Dockerfile | 1 #===- llvm/utils/docker/debian8/build/Dockerfile -------------------------===// 8 #===----------------------------------------------------------------------===// 12 # Install build dependencies of llvm. 15 sed 's/^deb/deb-src /g' >> /etc/apt/sources.list 16 # Install compiler, python and subversion. 17 RUN apt-get update && \ 18 apt-get install -y --no-install-recommends ca-certificates gnupg \ 19 build-essential python wget subversion unzip && \ 20 rm -rf /var/lib/apt/lists/* 21 # Install a newer ninja release. It seems the older version in the debian repos [all …]
|
/external/libcxx/utils/docker/debian9/ |
D | Dockerfile | 1 #===- libcxx/utils/docker/debian9/Dockerfile -------------------------===// 8 #===----------------------------------------------------------------------===// 11 FROM launcher.gcr.io/google/debian9:latest as builder-base 14 RUN apt-get update && \ 15 apt-get install -y --no-install-recommends \ 16 ca-certificates \ 18 build-essential \ 25 ninja-build \ 28 gcc-multilib \ 29 g++-multilib \ [all …]
|
/external/libcxx/utils/google-benchmark/ |
D | .travis.yml | 7 - /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/google-benchmark/ |
D | .travis.yml | 7 - /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/tensorflow/tensorflow/tools/docker/ |
D | Dockerfile | 6 RUN apt-get update && apt-get install -y --no-install-recommends \ 7 build-essential \ 9 libfreetype6-dev \ 10 libhdf5-serial-dev \ 11 libpng-dev \ 12 libzmq3-dev \ 13 pkg-config \ 15 python-dev \ 17 software-properties-common \ 20 apt-get clean && \ [all …]
|
1234