Searched +full:apt +full:- +full:file (Results 1 – 25 of 1031) sorted by relevance
12345678910>>...42
4 # you may not use this file except in compliance with the License.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 \[all …]
5 # you may not use this file except in compliance with the License.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 \[all …]
6 ARG ROCM_DEB_REPO=https://repo.radeon.com/rocm/apt/5.1/9 ARG ROCM_PATH=/opt/rocm-5.1.014 RUN apt-get --allow-unauthenticated update && apt install -y wget software-properties-common17 RUN apt-get clean all18 RUN wget -qO - https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add -;19 RUN bin/bash -c 'if [[ $ROCM_DEB_REPO == https://repo.radeon.com/rocm/* ]] ; then \20 …echo "deb [arch=amd64] $ROCM_DEB_REPO $ROCM_BUILD_NAME $ROCM_BUILD_NUM" > /etc/apt/sources.list.d/…22 …amd64 trusted=yes] $ROCM_DEB_REPO $ROCM_BUILD_NAME $ROCM_BUILD_NUM" > /etc/apt/sources.list.d/rocm…26 RUN apt-get update --allow-insecure-repositories && DEBIAN_FRONTEND=noninteractive apt-get install …27 build-essential \[all …]
4 # you may not use this file except in compliance with the License.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 \[all …]