Lines Matching +full:apt +full:- +full:get
1 #===- llvm/utils/docker/nvidia-cuda/build/Dockerfile ---------------------===//
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===//
9 FROM nvidia/cuda:12.6.3-devel-ubuntu24.04 AS builder
12 RUN apt-get update && \
13 apt-get install -y --no-install-recommends ca-certificates cmake 2to3 python-is-python3 \
14 subversion ninja-build git && \
15 rm -rf /var/lib/apt/lists/*
23 # Run the build. Results of the build will be available at /tmp/clang-install/.
25 RUN /tmp/scripts/build_install_llvm.sh --to /tmp/clang-install ${buildscript_args}
29 FROM nvidia/cuda:12.6.3-devel-ubuntu24.04
32 COPY --from=builder /tmp/clang-install/ /usr/local/