Searched +full:apt +full:- +full:add +full:- +full:repository (Results 1 – 25 of 229) sorted by relevance
12345678910
/external/pytorch/.ci/docker/common/ |
D | install_xpu.sh | 2 set -xe 6 …//www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html 11 . /etc/os-release 17 apt-get update -y 18 apt-get install -y gpg-agent wget 19 # To add the online network package repository for the GPU Driver 20 wget -qO - https://repositories.intel.com/gpu/intel-graphics.key \ 21 | gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg 22 echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] \ 24 | tee /etc/apt/sources.list.d/intel-gpu-${VERSION_CODENAME}.list [all …]
|
D | install_rocm.sh | 3 set -ex 10 apt-get update 12 # gpg-agent is not available by default on 18.04 13 apt-get install -y --no-install-recommends gpg-agent 16 # gpg-agent is not available by default on 20.04 17 apt-get install -y --no-install-recommends gpg-agent 19 apt-get install -y kmod 20 apt-get install -y wget 23 apt-get install -y libc++1 24 apt-get install -y libc++abi1 [all …]
|
/external/fmtlib/.github/workflows/ |
D | linux.yml | 10 runs-on: ubuntu-20.04 13 cxx: [g++-4.9, g++-10, clang++-9] 18 - cxx: g++-4.9 19 install: sudo apt install g++-4.9 20 - cxx: g++-8 23 install: sudo apt install g++-8 24 - cxx: g++-8 27 install: sudo apt install g++-8 28 - cxx: g++-9 31 - cxx: g++-10 [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.cpu-py36 | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:george-edison55/cmake-3.x 13 RUN add-apt-repository ppa:ubuntu-toolchain-r/test 14 RUN apt update 15 RUN apt -y install gcc-7 g++-7 16 RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 700 \ 17 --slave /usr/bin/g++ g++ /usr/bin/g++-7 19 # The following line installs the Python 3.6 cross-compilation toolchain. 21 RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0 22 RUN python3 -V
|
D | Dockerfile.android | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:george-edison55/cmake-3.x 17 RUN apt-get update && apt-get install -y \ 18 python-numpy \ 20 apt-get clean && \ 21 rm -rf /var/lib/apt/lists/* 24 # https://github.com/bazelbuild/bazel/issues/714#issuecomment-166735874 26 RUN mkdir -p ${ANDROID_DEV_HOME} 29 ENV ANDROID_SDK_FILENAME tools_r25.2.5-linux.zip 30 ENV ANDROID_SDK_URL https://dl.google.com/android/repository/${ANDROID_SDK_FILENAME} [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 && \ 19 …veloper.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/cuda… [all …]
|
D | Dockerfile.gpu | 1 FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04 7 RUN cp -P /usr/include/cudnn.h /usr/local/cuda/include 8 RUN cp -P /usr/lib/x86_64-linux-gnu/libcudnn* /usr/local/cuda/lib64 11 RUN apt-get update \ 12 && apt-get install nvinfer-runtime-trt-repo-ubuntu1604-5.0.2-ga-cuda10.0 \ 13 && apt-get update \ 14 …&& apt-get install -y --no-install-recommends libnvinfer5=5.0.2-1+cuda10.0 libnvinfer-dev=5.0.2-1+… 20 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 21 add-apt-repository -y ppa:george-edison55/cmake-3.x 34 ln -s /usr/lib/x86_64-linux-gnu/libnccl.so.2 /usr/local/cuda/lib/libnccl.so.2 && \ [all …]
|
/external/sdv/vsomeip/third_party/boost/predef/tools/ci/ |
D | linux-cxx-install.sh | 8 set -e 10 echo ">>>>> APT: REPO.." 12 sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test" 13 if test -n "${LLVM_OS}" -a -n "${LLVM_VER}" ; then 14 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - 15 …sudo -E apt-add-repository "deb http://apt.llvm.org/${LLVM_OS}/ llvm-toolchain-${LLVM_OS}-${LLVM_V… 18 echo ">>>>> APT: UPDATE.." 20 sudo -E apt-get -o Acquire::Retries=3 update 22 echo ">>>>> APT: INSTALL ${PACKAGES}.." 24 sudo -E apt-get -o Acquire::Retries=3 -yq --no-install-suggests --no-install-recommends install ${P…
|
/external/aws-crt-java/codebuild/ |
D | linux-clang6-x64.yml | 2 #this buildspec assumes the ubuntu aws/codebuild/java:openjdk-8 image 6 - wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - 7 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test 8 - sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main" 9 - sudo apt-get update -y 10 - sudo apt-get install clang-6.0 cmake3 cppcheck clang-format-6.0 ninja-build -y -f 13 - export CC=clang-6.0 14 - export CLANG_FORMAT=clang-format-6.0 17 - echo Build started on `date` 18 - $CODEBUILD_SRC_DIR/codebuild/common-linux.sh -DCMAKE_EXPORT_COMPILE_COMMANDS=ON [all …]
|
D | linux-gcc-7x-x64.yml | 2 #this build spec assumes the ubuntu aws/codebuild/java:openjdk-8 image 6 - sudo add-apt-repository ppa:openjdk-r/ppa 7 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test 8 - sudo apt-get update -y 9 - sudo apt-get install gcc-7 cmake3 ninja-build -y 12 - export CC=gcc-7 15 - echo Build started on `date` 16 - $CODEBUILD_SRC_DIR/codebuild/common-linux.sh 19 - echo Build completed on `date` 22 discard-paths: yes [all …]
|
D | linux-integration-tests.yml | 7 PACKAGE_NAME: aws-crt-java 12 - sudo add-apt-repository ppa:openjdk-r/ppa 13 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test 14 - sudo apt-get update -y 15 - sudo apt-get install cmake -y 18 - echo Build started on `date` 20 - git submodule update --init 21 …- export BUILDER_VERSION=$(cat .github/workflows/ci.yml | grep 'BUILDER_VERSION:' | sed 's/\s*BUIL… 22 …- export BUILDER_SOURCE=$(cat .github/workflows/ci.yml | grep 'BUILDER_SOURCE:' | sed 's/\s*BUILDE… 23 - echo "Using builder version='${BUILDER_VERSION}' source='${BUILDER_SOURCE}'" [all …]
|
D | mqtt5-java-canary-test.yml | 11 PACKAGE_NAME: 'aws-crt-java' 13 CANARY_BUILD_S3_DST: mqtt5-canary/s3 18 - add-apt-repository ppa:openjdk-r/ppa 19 - add-apt-repository ppa:ubuntu-toolchain-r/test 20 - apt-get update -y 21 - sudo apt-get install cmake -y 22 - git submodule update --init --recursive 24 - sudo apt-get install gcc python3-dev -y -f 25 - sudo apt-get install pip -y -f 26 - python3 -m pip install psutil [all …]
|
D | test-aws-java-sdk-v2.yml | 2 #this build spec assumes the ubuntu aws/codebuild/java:openjdk-8 image 5 runtime-versions: 8 - add-apt-repository ppa:openjdk-r/ppa 9 - add-apt-repository ppa:ubuntu-toolchain-r/test 10 - apt-get update -y 11 - apt-get install gcc-7 cmake ninja-build -y 12 - git submodule update --init --recursive 13 - git clone https://github.com/aws/aws-sdk-java-v2.git 15 …- sed -i 's/<awscrt.version>.*<\/awscrt.version>/<awscrt.version>1.0.0-SNAPSHOT<\/awscrt.version>/… 17 - cat aws-sdk-java-v2/pom.xml | grep -E '<awscrt.version>.*' [all …]
|
/external/sdv/vsomeip/third_party/boost/spirit/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 20 fail-fast: false 23 - name: "STD=14 JOB=test/x3 Job 0" 25 packages: "clang-10 libc++-10-dev libc++abi-10-dev jq ccache" 27 os: "ubuntu-18.04" [all …]
|
/external/google-cloud-java/owl-bot-postprocessor/ |
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 …]
|
/external/autotest/client/common_lib/ |
D | software_manager.py | 15 @copyright: IBM 2008-2009 16 @copyright: Red Hat 2009-2010 42 length -= 1 69 self.high_level_pms = ['apt-get', 'yum', 'zypper'] 92 if 'apt-get' in list_supported and self.distro in ['Debian', 'Ubuntu']: 93 pm_supported = 'apt-get' 124 elif backend_type == 'apt-get': 178 Add package repo described by [url]. 242 cmd = (self.lowlevel_base_cmd + ' -q --qf %{VERSION} ' + name + 261 cmd = (self.lowlevel_base_cmd + ' -q --qf %{ARCH} ' + name + [all …]
|
/external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/ |
D | ci.yml | 11 - master 12 - develop 17 ubuntu-focal: 18 runs-on: ubuntu-20.04 20 fail-fast: false 22 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 25 - uses: actions/checkout@v2 27 fetch-depth: '0' 28 - uses: mstachniuk/ci-skip@v1 30 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win… [all …]
|
/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 …]
|
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_nodepurejs/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 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 \ 38 libc6-dev \ [all …]
|
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_node/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 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 \ 38 libc6-dev \ [all …]
|
/external/conscrypt/.github/workflows/ |
D | ci.yml | 8 - cron: '0 0 * * *' 13 runs-on: ubuntu-latest 16 - name: Clone BoringSSL repo 18 …git clone --depth 1 --filter=blob:none --no-checkout https://github.com/google/boringssl.git "${{ … 19 echo Using BoringSSL commit: $(cd "${{ runner.temp }}/boringssl"; git rev-parse HEAD) 21 - name: Archive BoringSSL source 22 uses: actions/upload-artifact@v4 24 name: boringssl-source 26 retention-days: 1 27 include-hidden-files: true [all …]
|
/external/eigen/ci/ |
D | smoketests.gitlab-ci.yml | 5 - apt-get update -y 6 - apt-get install -y --no-install-recommends software-properties-common 7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test 8 - apt-get update 9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER} 10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build 12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR} 13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G 14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11} 16 - cmake --build . --target buildsmoketests [all …]
|
/external/expat/.github/workflows/ |
D | clang-format.yml | 8 # Copyright (c) 2021-2024 Sebastian Pipping <sebastian@pipping.org> 31 name: Enforce clang-format clean code 37 - cron: '0 2 * * 5' # Every Friday at 2am 45 name: Enforce clang-format clean code 46 runs-on: ubuntu-22.04 48 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 50 - name: Install clang-format 19 51 run: |- 52 set -x 53 source /etc/os-release [all …]
|
D | clang-tidy.yml | 8 # Copyright (c) 2021-2024 Sebastian Pipping <sebastian@pipping.org> 31 name: Enforce clang-tidy clean code 37 - cron: '0 2 * * 5' # Every Friday at 2am 45 name: Enforce clang-tidy clean code 46 runs-on: ubuntu-22.04 48 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 50 - name: Install clang-tidy 19 51 run: |- 52 set -x 53 source /etc/os-release [all …]
|
/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 …]
|
12345678910