Searched +full:apt +full:- +full:install (Results 1 – 25 of 1036) sorted by relevance
12345678910>>...42
7 # http://www.apache.org/licenses/LICENSE-2.021 RUN apt-get update && apt-get install -y \22 build-essential \25 pkg-config \26 && apt-get clean29 RUN apt-get update && apt-get install -y \32 && apt-get clean35 RUN apt-get update && apt-get install -y \37 libc6-dbg \38 libc6-dev \[all …]
8 # http://www.apache.org/licenses/LICENSE-2.020 set -ex22 sudo apt-get update24 # Install Java 8 JDK (to build gRPC Java)25 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 \[all …]
36 NAT64_SERVICE="${NAT64_SERVICE:-openthread}"38 FIREWALL="${FIREWALL:-1}"42 sudo apt-get update43 sudo apt-get install --no-install-recommends -y \46 iputils-ping \47 libreadline-dev \48 libncurses-dev50 sudo apt-get install --no-install-recommends -y build-essential ninja-build cmake52 with RELEASE || sudo apt-get install --no-install-recommends -y libcpputest-dev54 sudo apt-get install --no-install-recommends -y rsyslog[all …]
4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}5 cancel-in-progress: true7 cmake-linux-local:8 runs-on: ubuntu-latest9 timeout-minutes: 4011 - uses: actions/checkout@v212 - name: Update apt13 run: sudo apt update14 - name: Install ninja15 run: sudo apt install ninja-build[all …]
4 # $ docker build -f Dockerfile.local-toolchain-ubuntu20.04-manylinux2014 \5 # --tag "local-toolchain-ubuntu20.04-manylinux2014" .6 # $ docker build -f Dockerfile.rbe.rocm-ubuntu20.04-manylinux2014-multipython \7 # --tag "gcr.io/tensorflow-testing/nosla-rocm-ubuntu20.04-manylinux2014-multipython" .8 # $ docker push gcr.io/tensorflow-testing/nosla-rocm-ubuntu20.04-manylinux2014-multipython11 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt7 /dt712 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt9 /dt916 # Install ROCm packages17 RUN apt-get update && apt-get install -y --no-install-recommends \18 curl libnuma-dev gnupg sudo libelf1 build-essential \[all …]
4 # $ docker build -f Dockerfile.local-toolchain-ubuntu18.04-manylinux2010 \5 # --tag "local-toolchain-ubuntu18.04-manylinux2010" .6 # $ docker build -f Dockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython \7 # --tag "gcr.io/tensorflow-testing/nosla-rocm-ubuntu18.04-manylinux2010-multipython" .8 # $ docker push gcr.io/tensorflow-testing/nosla-rocm-ubuntu18.04-manylinux2010-multipython11 COPY --from=local-toolchain-ubuntu18.04-manylinux2010 /dt7 /dt715 # Install ROCm packages16 RUN apt-get update && apt-get install -y --no-install-recommends \17 curl libnuma-dev gnupg sudo libelf1 build-essential \18 && curl -k -sL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.015 # Specifying our own image is more reliable than 3rd-party image, which17 FROM gcr.io/cloud-devrel-public-resources/java1719 RUN apt-get update && \20 apt-get -y upgrade && \21 apt-get install wget && \22 apt-get install unzip && \23 apt -y install git && \24 …apt-get install -y --no-install-recommends libxml2-utils apt-transport-https ca-certificates gnupg…25 rm -rf /var/cache/apt[all …]
7 # http://www.apache.org/licenses/LICENSE-2.015 FROM silkeh/clang:15-bullseye21 RUN apt-get update && apt-get install -y \22 build-essential \25 pkg-config \26 && apt-get clean29 RUN apt-get update && apt-get install -y \32 && apt-get clean35 RUN apt-get update && apt-get install -y \37 libc6-dbg \[all …]