Skip to content

Commit 4bc7a2e

Browse files
committed
Install make
1 parent c5c84ab commit 4bc7a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM docker.io/nvidia/cuda:12.9.1-devel-ubuntu24.04
44
# Install packages
55
RUN /bin/sh -c 'export DEBIAN_FRONTEND=noninteractive \
66
&& apt-get update \
7-
&& apt-get install -y ca-certificates git jq gcc g++ python3 \
7+
&& apt-get install -y ca-certificates jq g++ gcc git make python3 \
88
&& apt-get --purge autoremove -y \
99
&& apt-get autoclean \
1010
&& rm -rf /var/lib/apt/lists/*'

0 commit comments

Comments
 (0)