Skip to content

Commit 5d0ea24

Browse files
committed
add cmake to test build dockerfile
1 parent e5082c1 commit 5d0ea24

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

0 commit comments

Comments
 (0)