Home
last modified time | relevance | path

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

12345

/external/tensorflow/tensorflow/tools/ci_build/
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.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.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.hadoop8 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.cpu-py369 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
10 add-apt-repository -y ppa:george-edison55/cmake-3.x
13 # The following line installs the Python 3.6 cross-compilation toolchain.
15 RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0
16 RUN python3 -V
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/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Danalyze.yml4 GCC-10:
5 runs-on: ubuntu-latest
7 - uses: actions/checkout@v1
8 - name: Install packages (Ubuntu)
10 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
11 sudo apt-get update
12 sudo apt-get install -y gcc-10
13 - name: Generate project files
15 …cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DWITH_GZFILEOP=ON -DWITH_FUZZERS=OFF -
17 CC: gcc-10
[all …]
/external/zstd/.github/workflows/
Dgeneric-dev.yml1 name: generic-dev
11 # 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, but
26 runs-on: ubuntu-latest
28 - uses: actions/checkout@v2
29 - name: make benchmarking
33 runs-on: ubuntu-latest
[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](#rhel---binary)
12 - [Debian](#debian---source)
13 - [Ubuntu](#ubuntu---source)
14 - [Fedora](#fedora---source)
[all …]
/external/swiftshader/tests/kokoro/gcp_ubuntu/
Dcontinuous.sh5 set -e # Fail on any error.
6 set -x # Display commands being run.
9 sudo aptitude purge -yq cmake
10 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 -yq
13 sudo aptitude install -yq cmake
14 cmake --version
17 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
18 sudo aptitude update -yq
[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/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dubuntu-16.04-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
27 ENV LANG C.UTF-8
30 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
32 software-properties-common
34 RUN add-apt-repository ppa:deadsnakes/ppa
36 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 …]
Dubuntu-16.04-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
27 ENV LANG C.UTF-8
30 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
32 software-properties-common
34 RUN add-apt-repository ppa:deadsnakes/ppa
36 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 …]
Dubuntu-16.04-mpi-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
27 ENV LANG C.UTF-8
30 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
32 software-properties-common
34 RUN add-apt-repository ppa:deadsnakes/ppa
36 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 …]
Dubuntu-16.04-mpich-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
27 ENV LANG C.UTF-8
30 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
32 software-properties-common
34 RUN add-apt-repository ppa:deadsnakes/ppa
36 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 …]
/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-linux-master: &conan-linux-master
[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/llvm-project/clang/utils/analyzer/
DDockerfile3 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 …]
/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/ xenial 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

12345