Home
last modified time | relevance | path

Searched +full:apt +full:- +full:install (Results 1 – 25 of 1036) sorted by relevance

12345678910>>...42

/external/grpc-grpc/tools/dockerfile/test/python_debian11_default_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/python_debian11_default_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/grpc-grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
24 # Install Java 8 JDK (to build gRPC Java)
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
24 # Install Java 8 JDK (to build gRPC Java)
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
[all …]
/external/ot-br-posix/script/
Dbootstrap36 NAT64_SERVICE="${NAT64_SERVICE:-openthread}"
38 FIREWALL="${FIREWALL:-1}"
42 sudo apt-get update
43 sudo apt-get install --no-install-recommends -y \
46 iputils-ping \
47 libreadline-dev \
48 libncurses-dev
50 sudo apt-get install --no-install-recommends -y build-essential ninja-build cmake
52 with RELEASE || sudo apt-get install --no-install-recommends -y libcpputest-dev
54 sudo apt-get install --no-install-recommends -y rsyslog
[all …]
/external/XNNPACK/.github/workflows/
Dbuild.yml4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
5 cancel-in-progress: true
7 cmake-linux-local:
8 runs-on: ubuntu-latest
9 timeout-minutes: 40
11 - uses: actions/checkout@v2
12 - name: Update apt
13 run: sudo apt update
14 - name: Install ninja
15 run: sudo apt install ninja-build
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_ruby/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/ruby_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/ruby_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/grpc-grpc/tools/dockerfile/test/ruby_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rbe.rocm-ubuntu20.04-manylinux2014-multipython4 # $ 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-multipython
11 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt7 /dt7
12 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt9 /dt9
16 # Install ROCm packages
17 RUN apt-get update && apt-get install -y --no-install-recommends \
18 curl libnuma-dev gnupg sudo libelf1 build-essential \
[all …]
DDockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython4 # $ 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-multipython
11 COPY --from=local-toolchain-ubuntu18.04-manylinux2010 /dt7 /dt7
15 # Install ROCm packages
16 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 …]
/external/grpc-grpc/tools/dockerfile/test/ruby_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_ruby/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/cxx_debian11_openssl102_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/grpc-grpc/tools/dockerfile/test/cxx_debian12_openssl309_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/grpc-grpc/tools/dockerfile/test/cxx_debian11_openssl111_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/grpc-grpc/tools/dockerfile/test/cxx_debian11_openssl102_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/google-cloud-java/owl-bot-postprocessor/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 # Specifying our own image is more reliable than 3rd-party image, which
17 FROM gcr.io/cloud-devrel-public-resources/java17
19 RUN apt-get update && \
20 apt-get -y upgrade && \
21 apt-get install wget && \
22 apt-get install unzip && \
23 apt -y install git && \
24apt-get install -y --no-install-recommends libxml2-utils apt-transport-https ca-certificates gnupg…
25 rm -rf /var/cache/apt
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/php7_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/php7_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/android_ndk/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/sanity/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM silkeh/clang:15-bullseye
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]

12345678910>>...42