/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/ |
H A D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # Specifying our own image is more reliable than 3rd-party image, which 17 FROM gcr.io/cloud-devrel-public-resources/java17 19 RUN apt-get update && \ 20 apt-get -y upgrade && \ 21 apt-get install wget && \ 22 apt-get install unzip && \ 23 apt -y install git && \ 24 …apt-get install -y --no-install-recommends libxml2-utils apt-transport-https ca-certificates gnupg… 25 rm -rf /var/cache/apt [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/csharp_ubuntu1604_x64/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean 19 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19… 20 RUN echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | tee /etc/apt/sour… 22 RUN apt-get update && apt-get install -y \ 23 mono-devel \ 25 && apt-get clean 27 RUN apt-get update && apt-get install -y curl && apt-get clean 31 RUN curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_SDK_VERSI… 32 && mkdir -p /usr/share/dotnet \ [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/android_ndk/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/distribtest/csharp_debian10_x64/ |
H A D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 RUN apt update && apt -y upgrade 18 RUN apt install -y apt-transport-https ca-certificates curl dirmngr gnupg unzip wget && apt clean 21 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19… 22 …&& echo "deb https://download.mono-project.com/repo/debian stable-buster main" | tee /etc/apt/sour… 23 && apt update && apt install -y mono-devel nuget \ 24 && apt clean 27 RUN wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb \ 28 && dpkg -i packages-microsoft-prod.deb \ 29 && apt update \ [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/csharp_debian10_x64/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 RUN apt-get update && apt-get install -y apt-transport-https ca-certificates curl dirmngr gnupg unz… 20 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19… 21 …&& echo "deb https://download.mono-project.com/repo/debian stable-buster main" | tee /etc/apt/sour… 22 && apt-get update && apt-get install -y mono-devel nuget \ 23 && apt-get clean 26 RUN wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb \ 27 && dpkg -i packages-microsoft-prod.deb \ 28 && apt update \ 29 && apt install -y dotnet-sdk-3.1 \ [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_x64/ |
H A D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_arm64/ |
H A D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_x64/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_arm64/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 # C/C++ dependencies according to https://github.com/grpc/grpc/blob/master/BUILDING.md 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/ |
H A 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 && \ 19 …echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt… [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/ |
D | circle.yml | 7 - run: 12 sudo apt-get install -y software-properties-common apt-transport-https 14 # https://github.com/ilikenwf/apt-fast 15 sudo add-apt-repository -y ppa:apt-fast/stable 16 sudo apt-get update 17 sudo apt-get -y install apt-fast 19 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 20 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - 21 …echo "deb https://apt.llvm.org/trusty/ llvm-toolchain-trusty-4.0 main" | sudo tee -a /etc/apt/sour… 22 …echo "deb https://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main" | sudo tee -a /etc/apt/sour… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/gce/ |
D | linux_kokoro_performance_worker_init.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 set -ex 22 sudo apt-get update 25 sudo apt-get install -y openjdk-8-jdk 26 sudo apt-get install -y unzip lsof 28 sudo apt-get install -y \ 30 autotools-dev \ 31 build-essential \ 36 gcc-multilib \ 41 libc6-dbg \ [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/gce/ |
H A D | linux_kokoro_performance_worker_init.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 set -ex 22 sudo apt-get update 25 sudo apt-get install -y openjdk-8-jdk 26 sudo apt-get install -y unzip lsof 28 sudo apt-get install -y \ 30 autotools-dev \ 31 build-essential \ 36 gcc-multilib \ 41 libc6-dbg \ [all …]
|
/aosp_15_r20/external/grpc-grpc/templates/tools/dockerfile/ |
H A D | csharp_deps.include | 5 RUN apt-get update && apt-get install -y cmake && apt-get clean 8 RUN apt-get update && apt-get install -y apt-transport-https dirmngr && apt-get clean 9 RUN apt-key adv --no-tty --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14D… 10 RUN echo "deb https://download.mono-project.com/repo/debian stable-buster main" | tee /etc/apt/sour… 11 RUN apt-get update && apt-get install -y ${'\\'} 12 mono-devel ${'\\'} 13 ca-certificates-mono ${'\\'} 15 && apt-get clean
|
/aosp_15_r20/device/google/cuttlefish/tools/ |
D | create_base_image_gce.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 set -x 18 set -o errexit 19 shopt -s extglob 30 sudo apt-get update 32 sudo apt install -y debconf-utils 35 …o "pbuilder pbuilder/mirrorsite string https://deb.debian.org/debian" | sudo debconf-s… 38 sudo apt install -y debhelper ubuntu-dev-tools equivs "${extra_packages[@]}" 41 # From https://bazel.build/install/ubuntu 43 sudo apt install apt-transport-https curl gnupg -y [all …]
|
/aosp_15_r20/external/AFLplusplus/ |
H A D | Dockerfile | 3 # installs LLVM 14 for afl-clang-lto support. 5 # GCC 11 is used instead of 12 because genhtml for afl-cov doesn't like it. 31 RUN apt-get update && apt-get full-upgrade -y && \ 32 apt-get install -y --no-install-recommends wget ca-certificates apt-utils && \ 33 rm -rf /var/lib/apt/lists/* 35 …o "deb [signed-by=/etc/apt/keyrings/llvm-snapshot.gpg.key] http://apt.llvm.org/jammy/ llvm-toolcha… 36 wget -qO /etc/apt/keyrings/llvm-snapshot.gpg.key https://apt.llvm.org/llvm-snapshot.gpg.key 38 RUN apt-get update && \ 39 apt-get -y install --no-install-recommends \ 40 make cmake automake meson ninja-build bison flex \ [all …]
|
/aosp_15_r20/external/python/google-auth-library-python/.kokoro/docker/docs/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 23 RUN apt-get update \ 24 && apt-get install -y --no-install-recommends \ 25 apt-transport-https \ 26 build-essential \ 27 ca-certificates \ 31 gpg-agent \ 33 libbz2-dev \ 34 libdb5.3-dev \ 35 libexpat1-dev \ [all …]
|
/aosp_15_r20/external/python/python-api-core/.kokoro/docker/docs/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 23 RUN apt-get update \ 24 && apt-get install -y --no-install-recommends \ 25 apt-transport-https \ 26 build-essential \ 27 ca-certificates \ 31 gpg-agent \ 33 libbz2-dev \ 34 libdb5.3-dev \ 35 libexpat1-dev \ [all …]
|
/aosp_15_r20/external/python/bumble/docs/mkdocs/src/transports/ |
D | usb.md | 1 USB TRANSPORT 4 The USB transport interfaces with a local Bluetooth USB dongle. 7 The moniker for a USB transport is either: 11 * `usb:<vendor>:<product>/<serial-number>` 13 * `usb:<bus>-<port_numbers>` 15 with `<index>` as a 0-based index (0 being the first one) to select amongst all the matching device… 25 This may be useful for some devices that use a custom class/subclass but may nonetheless work as-is. 43 `usb:3-3.4.1` 48 The library includes two different implementations of the USB transport, implemented using differen… 49 …transport prefix `pyusb:` instead of `usb:` selects the implementation based on [PyUSB](https://p… [all …]
|
/aosp_15_r20/external/pytorch/.ci/docker/common/ |
H A D | install_base.sh | 3 set -ex 6 # NVIDIA dockers for RC releases use tag names like `11.0-cudnn9-devel-ubuntu18.04-rc`, 7 # for this case we will set UBUNTU_VERSION to `18.04-rc` so that the Dockerfile could 20 maybe_libiomp_dev="libiomp-dev" 24 maybe_libomp_dev="libomp-15-dev" 26 maybe_libomp_dev="libomp-12-dev" 28 maybe_libomp_dev="libomp-10-dev" 34 # See https://github.com/pytorch/pytorch/pull/105260#issuecomment-1673399729 36 …maybe_libnccl_dev="libnccl2=2.15.5-1+cuda11.8 libnccl-dev=2.15.5-1+cuda11.8 --allow-downgrades --a… 42 apt-get update [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/distribtest/csharp_ubuntu2204_x64/ |
H A D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 RUN apt update && apt -y upgrade 18 RUN apt install -y apt-transport-https ca-certificates gnupg wget unzip && apt clean 21 RUN wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages… 22 && dpkg -i packages-microsoft-prod.deb \ 23 && rm packages-microsoft-prod.deb \ 24 && apt update \ 25 && apt install -y dotnet-sdk-8.0 \ 26 && apt clean
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | osconfig_v1beta.projects.guestPolicies.html | 8 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 …]
|
/aosp_15_r20/external/google-fruit/extras/dockerfiles/ |
H A D | common_install.sh | 3 set -e 5 apt-get update -qq 6 apt-get install -y --no-install-recommends wget gnupg ca-certificates apt-transport-https 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 13 # 15CF4D18AF4F7421 is the key for the http://apt.llvm.org/artful PPA. 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 \ [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/install/ |
H A D | install_bootstrap_deb_packages.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 20 bash -c "echo 'APT::Acquire::Retries \"3\";' > /etc/apt/apt.conf.d/80-retries" 23 apt-get update 24 apt-get install -y --no-install-recommends \ 25 apt-transport-https ca-certificates software-properties-common 26 apt-get clean 27 rm -rf /var/lib/apt/lists/*
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 17 fail-fast: false 20 - name: "TOOLSET=gcc COMPILER=g++ CXXSTD=03,11 Job 0" 24 os: "ubuntu-16.04" 32 - name: "TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=03,11 Job 1" [all …]
|