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 e02eaff commit 57c9426Copy full SHA for 57c9426
Dockerfile
@@ -4,7 +4,7 @@ FROM docker.io/nvidia/cuda:12.9.1-runtime-ubuntu24.04
4
# Install packages
5
RUN /bin/sh -c 'export DEBIAN_FRONTEND=noninteractive \
6
&& apt-get update \
7
- && apt-get install -y bzip2 ca-certificates curl jq g++ gcc git gzip lld make python3 tar xz-utils \
+ && apt-get install -y bzip2 ca-certificates curl jq g++ gcc git gzip lld make python3 tar xz-utils cmake \
8
&& apt-get --purge autoremove -y \
9
&& apt-get autoclean \
10
&& rm -rf /var/lib/apt/lists/*'
0 commit comments