Home
last modified time | relevance | path

Searched +full:add +full:- +full:apt +full:- +full:repository (Results 1 – 25 of 148) sorted by relevance

123456

/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.cpu-py368 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
DDockerfile.android8 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 …]
DDockerfile.rbe.cuda9.0-cudnn7-ubuntu14.042 # $ 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/* && \
16apt-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 …]
DDockerfile.gpu1 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 …]
DDockerfile.cpu8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
9 add-apt-repository -y ppa:george-edison55/cmake-3.x
DDockerfile.custom_op_gpu1 FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu14.04
8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
9 add-apt-repository -y ppa:george-edison55/cmake-3.x
DDockerfile.pi8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
9 add-apt-repository -y ppa:george-edison55/cmake-3.x
19 # The following line installs the Python cross-compilation toolchain. All the
DDockerfile.custom_op_ubuntu_16_cuda10.03 FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04 as devtoolset
8 RUN apt-get update && apt-get install -y \
18 rm -rf /var/lib/apt/lists/*
20 ADD devtoolset/fixlinks.sh fixlinks.sh
21 ADD devtoolset/build_devtoolset.sh build_devtoolset.sh
22 ADD devtoolset/rpm-patch.sh rpm-patch.sh
24 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
25 RUN /build_devtoolset.sh devtoolset-7 /dt7
26 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-8 in /dt8.
27 RUN /build_devtoolset.sh devtoolset-8 /dt8
[all …]
/external/autotest/client/common_lib/
Dsoftware_manager.py15 @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/eigen/ci/
Dsmoketests.gitlab-ci.yml5 - 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/ImageMagick/
D.travis.yml7 - clang
8 - gcc
11 - sudo add-apt-repository -y ppa:as-bahanta/raqm
12 - sudo add-apt-repository ppa:dns/gnu -y
13 - sudo apt-key update -q
14 - sudo apt-get update -q
15 - sudo apt-get install --only-upgrade autoconf
16 - sudo apt-get install -y libraqm-dev libfreetype6-dev libharfbuzz-dev libfribidi-dev
19 set -e
20 set -x
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_deb_packages.sh8 # 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
31 apt-get update
32 apt-get install -y gnupg2
35 # Install dependencies from ubuntu deb repository.
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dubuntu-16.04-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
32 ENV LANG C.UTF-8
35 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
37 software-properties-common
39 RUN add-apt-repository ppa:deadsnakes/ppa
41 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
44 RUN curl -fSsL https://bootstrap.pypa.io/get-pip.py | ${PYTHON}
46 RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \
51 RUN ln -sf $(which ${PYTHON}) /usr/local/bin/python && \
52 ln -sf $(which ${PYTHON}) /usr/local/bin/python3 && \
[all …]
Dubuntu-16.04-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
32 ENV LANG C.UTF-8
35 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
37 software-properties-common
39 RUN add-apt-repository ppa:deadsnakes/ppa
41 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
44 RUN curl -fSsL https://bootstrap.pypa.io/get-pip.py | ${PYTHON}
46 RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \
51 RUN ln -sf $(which ${PYTHON}) /usr/local/bin/python && \
52 ln -sf $(which ${PYTHON}) /usr/local/bin/python3 && \
[all …]
Dubuntu-16.04-mpi-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
32 ENV LANG C.UTF-8
35 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
37 software-properties-common
39 RUN add-apt-repository ppa:deadsnakes/ppa
41 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
44 RUN curl -fSsL https://bootstrap.pypa.io/get-pip.py | ${PYTHON}
46 RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \
51 RUN ln -sf $(which ${PYTHON}) /usr/local/bin/python && \
52 ln -sf $(which ${PYTHON}) /usr/local/bin/python3 && \
[all …]
Dubuntu-16.04-mpich-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
32 ENV LANG C.UTF-8
35 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
37 software-properties-common
39 RUN add-apt-repository ppa:deadsnakes/ppa
41 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
44 RUN curl -fSsL https://bootstrap.pypa.io/get-pip.py | ${PYTHON}
46 RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \
51 RUN ln -sf $(which ${PYTHON}) /usr/local/bin/python && \
52 ln -sf $(which ${PYTHON}) /usr/local/bin/python3 && \
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
13 - [Amazon Linux 2](#amazon-linux-2---binary)
[all …]
/external/protobuf/kokoro/docs/
Dpublish-python.sh2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/main/.kokoro/publish-docs.sh
4 set -eo pipefail
12 sudo apt-get update
13 sudo apt-get -y install software-properties-common
14 sudo add-apt-repository universe
15 sudo apt-get update
16 sudo apt-get -y install unzip
17 …://github.com/protocolbuffers/protobuf/releases/download/v21.0-rc1/protoc-21.0-rc-1-linux-x86_64.z…
18 unzip protoc-21.0-rc-1-linux-x86_64.zip bin/protoc
20 python3 -m venv venv
[all …]
/external/cronet/third_party/protobuf/kokoro/docs/
Dpublish-python.sh2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/master/.kokoro/publish-docs.sh
4 set -eo pipefail
12 sudo apt-get update
13 sudo apt-get -y install software-properties-common
14 sudo add-apt-repository universe
15 sudo apt-get update
16 sudo apt-get -y install unzip
17 wget https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_…
18 unzip protoc-3.15.8-linux-x86_64.zip bin/protoc
20 python3 -m venv venv
[all …]
/external/grpc-grpc/
DBUILDING.md1 gRPC C++ - Building from source
4 # Pre-requisites
9 $ [sudo] apt-get install build-essential autoconf libtool pkg-config
14 $ [sudo] apt-get install libgflags-dev libgtest-dev
15 $ [sudo] apt-get install clang libc++-dev
26 $ [sudo] xcode-select --install
53 - Install Visual Studio 2015 or 2017 (Visual C++ compiler will be used).
54 - Install [Git](https://git-scm.com/).
55 - Install [CMake](https://cmake.org/download/).
56 - Install [Active State Perl](https://www.activestate.com/activeperl/) (`choco install activeperl`)…
[all …]
/external/expat/.github/workflows/
Dlinux.yml8 # Copyright (c) 2021-2022 Sebastian Pipping <sebastian@pipping.org>
36 - cron: '0 2 * * 5' # Every Friday at 2am
46 - MODE: cmake-oos
47 - MODE: distcheck
48 - MODE: qa-sh
50 - MODE: clang-format
51 - MODE: cmake-oos
52-DEXPAT_ATTR_INFO=ON -DEXPAT_BUILD_FUZZERS=ON -DCMAKE_C_FLAGS=-fsanitize=address -DCMAKE_CXX_FLAGS…
53 - MODE: qa-sh
54 … FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address CMAKE_ARGS=-DEXPAT_ATTR_INFO=ON
[all …]
/external/oss-fuzz/projects/librawspeed/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && \
19apt-get install -y apt-transport-https ca-certificates gnupg software-properties-common wget && \
20 … wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - && \
21 apt-add-repository 'deb https://apt.kitware.com/ubuntu/ focal main' && \
22 apt-get update && apt-get install -y cmake make
23 RUN git clone --depth 1 https://github.com/darktable-org/rawspeed.git librawspeed
/external/armnn/
DInstallationViaAptRepository.md1 # How to install ArmNN via our APT repository on Ubuntu's Launchpad
4 * [Add the Ubuntu Launchpad PPA to your system](#add-the-ubuntu-launchpad-ppa-to-your-system)
5 * [Outline of available packages](#outline-of-available-packages)
9 * [Install desired combination of packages](#install-desired-combination-of-packages)
10 * [Installation of specific ABI versioned packages](#installation-of-specific-abi-versioned-package…
11 * [Uninstall packages](#uninstall-packages)
21 ## Add the Ubuntu Launchpad PPA to your system
22 * Add the PPA to your sources using a command contained in software-properties-common package:
24 sudo apt install software-properties-common
25 sudo add-apt-repository ppa:armnn/ppa
[all …]
/external/grpc-grpc/tools/dockerfile/test/bazel/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y software-properties-common python-software-properties
19 RUN add-apt-repository ppa:webupd8team/java
20 RUN apt-get update && apt-get -y install \
22 build-essential \
26 openjdk-8-jdk \
34 RUN apt-get update && apt-get install -y \
35 python-all-dev \
36 python3-all-dev \
[all …]
/external/jazzer-api/.github/workflows/
Dcheck-formatting.yml14 runs-on: ubuntu-20.04
17 - uses: actions/checkout@v2
19 - name: Setup Go environment
20 uses: actions/setup-go@v2
22 go-version: '^1.15.5'
24 - name: Install formatters
26 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
27 sudo apt-get install software-properties-common
28 sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main'
29 sudo apt-get install clang-format-13
[all …]

123456