Skip to content

Commit 496c368

Browse files
committed
add git to dockerfile
1 parent 5d0ea24 commit 496c368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG UBUNTU_VERSION=22.04
33
FROM nvcr.io/nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION} as base-cuda
44

55
# 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
6+
RUN DEBIAN_FRONTEND=noninteractive apt update -y && apt install -y curl llvm-dev libclang-dev clang pkg-config libssl-dev cmake git
77
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
88
ENV PATH=/root/.cargo/bin:$PATH
99

0 commit comments

Comments
 (0)