Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rocm6 ARG DEB_ROCM_REPO=http://repo.radeon.com/rocm/apt/debian/
12 RUN apt update && apt install -y wget software-properties-common
14 # Add rocm repository
15 RUN apt-get clean all
16 RUN wget -qO - $DEB_ROCM_REPO/rocm.gpg.key | apt-key add -
17 RUN sh -c "echo deb [arch=amd64] $DEB_ROCM_REPO xenial main > /etc/apt/sources.list.d/rocm.list"
20 RUN apt-get update --allow-insecure-repositories && DEBIAN_FRONTEND=noninteractive apt-get install
21 build-essential \
22 clang-3.8 \
23 clang-format-3.8 \
[all …]
DDockerfile.rbe.cuda10.0-cudnn7-ubuntu14.042 # $ 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/* && \
13apt-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 && \
16 …veloper.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/cuda…
[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.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.cpu.mpi8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
9 add-apt-repository -y ppa:mc3man/trusty-media && \
10 add-apt-repository -y ppa:george-edison55/cmake-3.x
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 libnvinfer-dev=5.0.2-1+cuda10.0
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.hadoop8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
9 add-apt-repository -y ppa:george-edison55/cmake-3.x
DDockerfile.custom_op8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
9 add-apt-repository -y ppa:george-edison55/cmake-3.x
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
18 # The following line installs the Python cross-compilation toolchain. All the
DDockerfile.pi-python38 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
9 add-apt-repository -y ppa:george-edison55/cmake-3.x
18 # The following line installs the Python cross-compilation toolchain. All the
DDockerfile.rbe.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
14 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
15 add-apt-repository -y ppa:george-edison55/cmake-3.x
20 # Install clang from pre-built package
22 …wget https://storage.googleapis.com/clang-builds-stable/clang-ubuntu16_04/clang_r337145.tar.gz && \
23 …b09c04112cc992bc95ebc0dcea8c5e9d0760438789be2896cdc69ff8 clang_r337145.tar.gz" | sha256sum -c && \
24 tar -C /usr/local -xf clang_r323528.tar.gz && \
/external/protobuf/
Dtests.sh16 if [ -f src/protoc ]; then
21 if [[ $(uname -s) == "Linux" && "$TRAVIS" == "true" ]]; then
24 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
25 sudo apt-get update -qq
26 sudo apt-get install -qq g++-4.8
27 export CXX="g++-4.8" CC="gcc-4.8"
32 make -j2
37 make check -j2
41 cd benchmarks && make && ./generate-datasets && cd ..
47 make distcheck -j2
[all …]
/external/autotest/client/common_lib/
Dsoftware_manager.py15 @copyright: IBM 2008-2009
16 @copyright: Red Hat 2009-2010
40 length -= 1
67 self.high_level_pms = ['apt-get', 'yum', 'zypper']
90 if 'apt-get' in list_supported and self.distro in ['Debian', 'Ubuntu']:
91 pm_supported = 'apt-get'
122 elif backend_type == 'apt-get':
176 Add package repo described by [url].
240 cmd = (self.lowlevel_base_cmd + ' -q --qf %{VERSION} ' + name +
259 cmd = (self.lowlevel_base_cmd + ' -q --qf %{ARCH} ' + name +
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Ubuntu](#ubuntu---binary)
6 - [Fedora](#fedora---binary)
7 - [Arch](#arch---aur)
8 - [Gentoo](#gentoo---portage)
9 - [openSUSE](#opensuse---binary)
10 - [RHEL](#redhat---binary)
12 - [Debian](#debian---source)
13 - [Ubuntu](#ubuntu---source)
14 - [Fedora](#fedora---source)
[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
30 # Install dependencies from ubuntu deb repository.
31 apt-key adv --keyserver keyserver.ubuntu.com --recv 084ECFC5828AB726
32 apt-get update
[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/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/adeb/
DREADME.md2 --------
11 --------
13 compilers, tracers, perl/python etc) for your on-device development.
15 2. No more cross-compiler needed: Because it comes with gcc and clang, one can
17 ship git, and have support to run apt-get to get any missing development packages
22 cross-compilation needed for their operation. [Check BCC on Android using
27 features disabled, because you couldn't cross-compile the feature's dependencies. One
32 ------------------------
37 …/github.com/joelagnel/adeb/blob/master/README.md#how-to-use-adeb-for-other-architectures-other-tha…
41 Host needs debootstrap and qemu-debootstrap packages.
[all …]
/external/libcxx/utils/docker/scripts/
Dinstall_clang_packages.sh2 #===- libcxx/utils/docker/scripts/install_clang_package.sh -----------------===//
9 #===-----------------------------------------------------------------------===//
11 set -e
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 -
46 add-apt-repository -s "deb http://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs…
[all …]
/external/flatbuffers/
D.travis.yml4 - GCC_VERSION="4.9"
6 - UBSAN_OPTIONS=halt_on_error=1
7 - ASAN_OPTIONS=halt_on_error=1
9 - JOBS=2
10 - MAKEFLAGS="-j 2"
12 conan-linux: &conan-linux
18 - docker
20 - ./conan/travis/install.sh
22 - ./conan/travis/build.sh
25 conan-osx: &conan-osx
[all …]
/external/kmod/
D.travis.yml3 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
4 - sudo apt-get update -qq
5 - sudo apt-get install -qq liblzma-dev
6 - sudo apt-get install -qq zlib1g-dev
7 - sudo apt-get install -qq xsltproc docbook-xsl
8 - sudo apt-get install -qq cython
9 - sudo apt-get install -qq linux-headers-generic
10- if [ "$MYCC" = "gcc-4.8" ]; then sudo apt-get install -qq gcc-4.8; sudo update-alternatives --in…
11- if [ "$MYCC" = "gcc-4.9" ]; then sudo apt-get install -qq gcc-4.9; sudo update-alternatives --in…
13 - unset PYTHON_CFLAGS # hack to broken travis setup
[all …]
/external/perf_data_converter/
D.travis.yml6 - sudo apt-get -qq update
7- sudo apt-get install -y libelf-dev libssl-dev libcap-dev linux-tools-`uname -r` linux-cloud-tool…
8 - git submodule update --init --recursive
11 # install gcc-4.8 with c++11 support: https://github.com/travis-ci-tester/travis-test-gcc-cxx-11
12 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
13 - sudo apt-get update
14 - sudo apt-get install g++-4.8
15 - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
16 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90
19 - clang
[all …]

123