Searched +full:add +full:- +full:apt +full:- +full:repository (Results 1 – 25 of 148) sorted by relevance
123456
8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \9 add-apt-repository -y ppa:george-edison55/cmake-3.x13 RUN add-apt-repository ppa:ubuntu-toolchain-r/test14 RUN apt update15 RUN apt -y install gcc-7 g++-716 RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 700 \17 --slave /usr/bin/g++ g++ /usr/bin/g++-719 # The following line installs the Python 3.6 cross-compilation toolchain.21 RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 022 RUN python3 -V
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 …]
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 …]
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 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.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.x19 # The following line installs the Python cross-compilation toolchain. All the
3 FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04 as devtoolset8 RUN apt-get update && apt-get install -y \18 rm -rf /var/lib/apt/lists/*20 ADD devtoolset/fixlinks.sh fixlinks.sh21 ADD devtoolset/build_devtoolset.sh build_devtoolset.sh22 ADD devtoolset/rpm-patch.sh rpm-patch.sh24 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.25 RUN /build_devtoolset.sh devtoolset-7 /dt726 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-8 in /dt8.27 RUN /build_devtoolset.sh devtoolset-8 /dt8[all …]
15 @copyright: IBM 2008-200916 @copyright: Red Hat 2009-201042 length -= 169 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 …]
5 - apt-get update -y6 - apt-get install -y --no-install-recommends software-properties-common7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test8 - apt-get update9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR}13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11}16 - cmake --build . --target buildsmoketests[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" ]]; then31 apt-get update32 apt-get install -y gnupg235 # Install dependencies from ubuntu deb repository.[all …]
7 # http://www.apache.org/licenses/LICENSE-2.032 ENV LANG C.UTF-835 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \37 software-properties-common39 RUN add-apt-repository ppa:deadsnakes/ppa41 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 …]
3 * [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 …]
2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/main/.kokoro/publish-docs.sh4 set -eo pipefail12 sudo apt-get update13 sudo apt-get -y install software-properties-common14 sudo add-apt-repository universe15 sudo apt-get update16 sudo apt-get -y install unzip17 …://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/protoc20 python3 -m venv venv[all …]
2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/master/.kokoro/publish-docs.sh4 set -eo pipefail12 sudo apt-get update13 sudo apt-get -y install software-properties-common14 sudo add-apt-repository universe15 sudo apt-get update16 sudo apt-get -y install unzip17 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/protoc20 python3 -m venv venv[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 …]
8 # Copyright (c) 2021-2022 Sebastian Pipping <sebastian@pipping.org>36 - cron: '0 2 * * 5' # Every Friday at 2am46 - MODE: cmake-oos47 - MODE: distcheck48 - MODE: qa-sh50 - MODE: clang-format51 - MODE: cmake-oos52 …-DEXPAT_ATTR_INFO=ON -DEXPAT_BUILD_FUZZERS=ON -DCMAKE_C_FLAGS=-fsanitize=address -DCMAKE_CXX_FLAGS…53 - MODE: qa-sh54 … FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address CMAKE_ARGS=-DEXPAT_ATTR_INFO=ON[all …]
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update && \19 … apt-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 make23 RUN git clone --depth 1 https://github.com/darktable-org/rawspeed.git librawspeed
1 # How to install ArmNN via our APT repository on Ubuntu's Launchpad4 * [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 system22 * Add the PPA to your sources using a command contained in software-properties-common package:24 sudo apt install software-properties-common25 sudo add-apt-repository ppa:armnn/ppa[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 …]
14 runs-on: ubuntu-20.0417 - uses: actions/checkout@v219 - name: Setup Go environment20 uses: actions/setup-go@v222 go-version: '^1.15.5'24 - name: Install formatters26 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -27 sudo apt-get install software-properties-common28 sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main'29 sudo apt-get install clang-format-13[all …]