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