We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0ea24 commit 496c368Copy full SHA for 496c368
test-build.Dockerfile
@@ -3,7 +3,7 @@ ARG UBUNTU_VERSION=22.04
3
FROM nvcr.io/nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION} as base-cuda
4
5
# Install requirements for rustup install + bindgen: https://rust-lang.github.io/rust-bindgen/requirements.html
6
-RUN DEBIAN_FRONTEND=noninteractive apt update -y && apt install -y curl llvm-dev libclang-dev clang pkg-config libssl-dev cmake
+RUN DEBIAN_FRONTEND=noninteractive apt update -y && apt install -y curl llvm-dev libclang-dev clang pkg-config libssl-dev cmake git
7
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
8
ENV PATH=/root/.cargo/bin:$PATH
9
0 commit comments