Searched +full:apt +full:- +full:get (Results 1 – 25 of 375) sorted by relevance
12345678910>>...15
7 # http://www.apache.org/licenses/LICENSE-2.017 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean19 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…20 … echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | tee /etc/apt/source…22 RUN apt-get update && apt-get install -y \23 mono-devel \25 && apt-get clean27 RUN apt-get update && apt-get install -y unzip && apt-get clean30 RUN apt-get install -y apt-transport-https31 RUN sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty ma…[all …]
7 # http://www.apache.org/licenses/LICENSE-2.018 RUN apt-get update && apt-get install -y \20 autotools-dev \21 build-essential \27 gcc-multilib \33 libc6-dbg \34 libc6-dev \35 libgtest-dev \40 python-dev \41 python-setuptools \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.017 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean19 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…20 … echo "deb https://download.mono-project.com/repo/debian stable-jessie main" | tee /etc/apt/source…22 RUN apt-get update && apt-get install -y \23 mono-devel \25 && apt-get clean27 RUN apt-get update && apt-get install -y unzip && apt-get clean29 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore30 RUN apt-get update && apt-get install -y curl && apt-get clean[all …]
7 # http://www.apache.org/licenses/LICENSE-2.017 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean19 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…20 … echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | tee /etc/apt/source…22 RUN apt-get update && apt-get install -y \23 mono-devel \25 && apt-get clean27 RUN apt-get update && apt-get install -y unzip && apt-get clean29 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore30 RUN apt-get update && apt-get install -y curl && apt-get clean[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 …]
6 ARG DEB_ROCM_REPO=http://repo.radeon.com/rocm/apt/debian/12 RUN apt update && apt install -y wget software-properties-common 15 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 \24 clang-tidy-3.8 \[all …]
1 diff --git a/third_party/boringssl b/third_party/boringssl3 --- a/third_party/boringssl5 @@ -1 +1 @@6 -Subproject commit c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e98 diff --git a/third_party/gflags b/third_party/gflags10 --- a/third_party/gflags12 @@ -1 +1 @@13 -Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f5902915 diff --git a/third_party/googletest b/third_party/googletest17 --- a/third_party/googletest[all …]
7 # http://www.apache.org/licenses/LICENSE-2.016 FROM gcr.io/cloud-marketplace/google/rbe-debian8@sha256:1ede2a929b44d629ec5abe86eee6d7ffea1d5a4d247…19 RUN apt-get update && apt-get install -y \21 autotools-dev \22 build-essential \28 gcc-multilib \34 libc6-dbg \35 libc6-dev \36 libgtest-dev \41 python-dev \[all …]
8 # http://www.apache.org/licenses/LICENSE-2.020 set -ex22 sudo apt-get update25 sudo apt-get install -y openjdk-8-jdk26 sudo apt-get install -y unzip lsof28 sudo apt-get install -y \30 autotools-dev \31 build-essential \36 gcc-multilib \41 libc6-dbg \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.019 RUN apt-get update && apt-get install -y debian-keyring && apt-key update22 RUN apt-get update && apt-key update && apt-get install -y \24 autotools-dev \25 build-essential \30 gcc-multilib \34 libc6-dbg \35 libc6-dev \36 libgtest-dev \41 python-dev \[all …]