Searched +full:add +full:- +full:apt +full:- +full:repository (Results 1 – 25 of 119) sorted by relevance
12345
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.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 …]
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
9 RUN add-apt-repository -y ppa:openjdk-r/ppa && \10 add-apt-repository -y ppa:george-edison55/cmake-3.x13 # The following line installs the Python 3.6 cross-compilation toolchain.15 RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 016 RUN python3 -V
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 …]
4 GCC-10:5 runs-on: ubuntu-latest7 - uses: actions/checkout@v18 - name: Install packages (Ubuntu)10 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y11 sudo apt-get update12 sudo apt-get install -y gcc-1013 - name: Generate project files15 …cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DWITH_GZFILEOP=ON -DWITH_FUZZERS=OFF -…17 CC: gcc-10[all …]
1 name: generic-dev11 # icc (need self-hosted)14 # staticAnalyze (need trusty so need self-hosted)15 # pcc-fuzz: (need trusty so need self-hosted)16 # min-decomp-macros (flakey)18 # setting up self-hosted is pretty straightforward, but26 runs-on: ubuntu-latest28 - uses: actions/checkout@v229 - name: make benchmarking33 runs-on: ubuntu-latest[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](#rhel---binary)12 - [Debian](#debian---source)13 - [Ubuntu](#ubuntu---source)14 - [Fedora](#fedora---source)[all …]
5 set -e # Fail on any error.6 set -x # Display commands being run.9 sudo aptitude purge -yq cmake10 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -11 sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main'12 sudo aptitude update -yq13 sudo aptitude install -yq cmake14 cmake --version17 sudo add-apt-repository ppa:ubuntu-toolchain-r/test18 sudo aptitude update -yq[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 …]
7 # http://www.apache.org/licenses/LICENSE-2.027 ENV LANG C.UTF-830 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \32 software-properties-common34 RUN add-apt-repository ppa:deadsnakes/ppa36 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \39 RUN curl -fSsL https://bootstrap.pypa.io/get-pip.py | ${PYTHON}41 RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \46 RUN ln -sf $(which ${PYTHON}) /usr/local/bin/python && \47 ln -sf $(which ${PYTHON}) /usr/local/bin/python3 && \[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-linux-master: &conan-linux-master[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 …]
3 RUN apt-get update && apt-get install -y \4 apt-transport-https \5 ca-certificates \7 software-properties-common \11 RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor -…12 RUN apt-add-repository -y 'deb https://apt.kitware.com/ubuntu/ bionic main'15 RUN apt-get update && apt-get install -y \16 git=1:2.17.1-1ubuntu0.7 \17 gettext=0.19.8.1-6ubuntu0.3 \18 python3=3.6.7-1~18.04 \[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/ xenial main' && \22 apt-get update && apt-get install -y cmake make23 RUN git clone --depth 1 https://github.com/darktable-org/rawspeed.git librawspeed