Searched +full:- +full:- +full:no +full:- +full:install +full:- +full:recommends (Results 1 – 25 of 185) sorted by relevance
12345678
7 # http://www.apache.org/licenses/LICENSE-2.027 ENV LANG C.UTF-830 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \32 software-properties-common34 RUN add-apt-repository ppa:deadsnakes/ppa36 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 …]
7 # http://www.apache.org/licenses/LICENSE-2.028 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \29 build-essential \32 libcurl3-dev \33 libfreetype6-dev \34 libhdf5-serial-dev \35 libzmq3-dev \36 pkg-config \38 software-properties-common \42 zlib1g-dev \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.027 ENV LANG C.UTF-830 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \32 ${PYTHON}-pip33 RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \38 RUN ln -s $(which ${PYTHON}) /usr/local/bin/python42 # tensorflow-gpu43 # tf-nightly44 # tf-nightly-gpu45 # Set --build-arg TF_PACKAGE_VERSION=1.11.0rc0 to install a specific version.[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 && \17 …loper.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.l…[all …]
2 # Use of this source code is governed by a BSD-style license that can be5 # Docker container that cross-compiles crosvm for aarch64.7 # Build-argument of the image tag of dependencies to use. Set to the same12 # (COPY --from does not allow the use of ARGs)13 FROM gcr.io/crosvm-packages/crosvm_test_vm_arm64:${TAG} as vm16 FROM gcr.io/crosvm-packages/crosvm_base:${TAG}19 RUN dpkg --add-architecture arm6421 # Install cross-compilation and VM tooling22 RUN apt-get update && apt-get install --yes --no-install-recommends \23 dpkg-dev \[all …]
2 # Use of this source code is governed by a BSD-style license that can be16 RUN apt-get update && apt-get install --yes \17 cloud-image-utils \20 qemu-system-arm \21 qemu-system-x86 \22 qemu-efi-aarch6426 RUN curl -sSfL -o rootfs.qcow2 \27 …loud.debian.org/images/cloud/bullseye/daily/20210208-542/debian-11-generic-${VM_ARCH}-daily-202102…31 RUN cloud-localds -v cloud_init.img cloud_init_data.yaml37 RUN expect -f first_boot.expect[all …]