Searched +full:add +full:- +full:apt +full:- +full:repository (Results 1 – 25 of 58) sorted by relevance
123
6 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 repository15 RUN apt-get clean all16 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 …]
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.046 FROM gcr.io/clang-docker-builder/clang-ubuntu14_049 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 && \16 …veloper.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/cuda…[all …]
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.049 FROM gcr.io/clang-docker-builder/clang-ubuntu14_0412 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 …]
8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \9 add-apt-repository -y ppa:george-edison55/cmake-3.x17 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-16673587426 RUN mkdir -p ${ANDROID_DEV_HOME}29 ENV ANDROID_SDK_FILENAME tools_r25.2.5-linux.zip30 ENV ANDROID_SDK_URL https://dl.google.com/android/repository/${ANDROID_SDK_FILENAME}[all …]
8 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
1 FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.047 RUN cp -P /usr/include/cudnn.h /usr/local/cuda/include8 RUN cp -P /usr/lib/x86_64-linux-gnu/libcudnn* /usr/local/cuda/lib6411 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.020 RUN add-apt-repository -y ppa:openjdk-r/ppa && \21 add-apt-repository -y ppa:george-edison55/cmake-3.x34 ln -s /usr/lib/x86_64-linux-gnu/libnccl.so.2 /usr/local/cuda/lib/libnccl.so.2 && \[all …]
8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \9 add-apt-repository -y ppa:george-edison55/cmake-3.x
1 FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu14.048 RUN add-apt-repository -y ppa:openjdk-r/ppa && \9 add-apt-repository -y ppa:george-edison55/cmake-3.x
8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \9 add-apt-repository -y ppa:george-edison55/cmake-3.x18 # The following line installs the Python cross-compilation toolchain. All the
1 FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.047 RUN cp -P /usr/include/cudnn.h /usr/local/cuda/include8 RUN cp -P /usr/lib/x86_64-linux-gnu/libcudnn* /usr/local/cuda/lib6414 RUN add-apt-repository -y ppa:openjdk-r/ppa && \15 add-apt-repository -y ppa:george-edison55/cmake-3.x20 # Install clang from pre-built package22 …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 && \
16 if [ -f src/protoc ]; then21 if [[ $(uname -s) == "Linux" && "$TRAVIS" == "true" ]]; then24 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y25 sudo apt-get update -qq26 sudo apt-get install -qq g++-4.827 export CXX="g++-4.8" CC="gcc-4.8"32 make -j237 make check -j241 cd benchmarks && make && ./generate-datasets && cd ..47 make distcheck -j2[all …]
15 @copyright: IBM 2008-200916 @copyright: Red Hat 2009-201040 length -= 167 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 …]
3 * [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 …]
7 - clang8 - gcc11 - sudo add-apt-repository -y ppa:as-bahanta/raqm12 - sudo add-apt-repository ppa:dns/gnu -y13 - sudo apt-key update -q14 - sudo apt-get update -q15 - sudo apt-get install --only-upgrade autoconf16 - sudo apt-get install -y libraqm-dev libfreetype6-dev libharfbuzz-dev libfribidi-dev19 set -e20 set -x[all …]
8 # http://www.apache.org/licenses/LICENSE-2.018 # ./install_deb_packages [--without_cmake]19 # Pass --without_cmake to prevent cmake from being installed with apt-get21 set -e22 ubuntu_version=$(cat /etc/issue | grep -i ubuntu | awk '{print $2}' | \23 awk -F'.' '{print $1}')25 if [[ "$1" != "" ]] && [[ "$1" != "--without_cmake" ]]; then30 # Install dependencies from ubuntu deb repository.31 apt-key adv --keyserver keyserver.ubuntu.com --recv 084ECFC5828AB72632 apt-get update[all …]
1 gRPC C++ - Building from source4 # Pre-requisites9 $ [sudo] apt-get install build-essential autoconf libtool pkg-config14 $ [sudo] apt-get install libgflags-dev libgtest-dev15 $ [sudo] apt-get install clang libc++-dev26 $ [sudo] xcode-select --install53 - 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 …]
7 # http://www.apache.org/licenses/LICENSE-2.015 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update && apt-get install -y software-properties-common python-software-properties19 RUN add-apt-repository ppa:webupd8team/java20 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 …]
2 --------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 can17 ship git, and have support to run apt-get to get any missing development packages22 cross-compilation needed for their operation. [Check BCC on Android using27 features disabled, because you couldn't cross-compile the feature's dependencies. One32 ------------------------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 …]
2 #===- libcxx/utils/docker/scripts/install_clang_package.sh -----------------===//9 #===-----------------------------------------------------------------------===//11 set -e19 -h|--help show this help message20 --version the numeric version of the package to use.26 while [[ $# -gt 0 ]]; do28 --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 …]
4 - GCC_VERSION="4.9"6 - UBSAN_OPTIONS=halt_on_error=17 - ASAN_OPTIONS=halt_on_error=19 - JOBS=210 - MAKEFLAGS="-j 2"12 conan-linux: &conan-linux18 - docker20 - ./conan/travis/install.sh22 - ./conan/travis/build.sh25 conan-osx: &conan-osx[all …]
3 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y4 - sudo apt-get update -qq5 - sudo apt-get install -qq liblzma-dev6 - sudo apt-get install -qq zlib1g-dev7 - sudo apt-get install -qq xsltproc docbook-xsl8 - sudo apt-get install -qq cython9 - sudo apt-get install -qq linux-headers-generic10 …- 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 …]
6 - sudo apt-get -qq update7 …- sudo apt-get install -y libelf-dev libssl-dev libcap-dev linux-tools-`uname -r` linux-cloud-tool…8 - git submodule update --init --recursive11 # install gcc-4.8 with c++11 support: https://github.com/travis-ci-tester/travis-test-gcc-cxx-1112 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y13 - sudo apt-get update14 - sudo apt-get install g++-4.815 - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 9016 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 9019 - clang[all …]