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 2b23098 commit 1aa0b42Copy full SHA for 1aa0b42
etc/Dockerfile.arm64
@@ -7,7 +7,7 @@ ARG BASE_CUDA_RUN_CONTAINER=nvcr.io/nvidia/l4t-cuda:${CUDA_VERSION}-runtime
7
# Setup build container
8
FROM ${BASE_CUDA_DEV_CONTAINER} AS build
9
ARG CUDA_DOCKER_ARCH=all
10
-RUN apt-get -y update && apt-get -y install build-essential git libgomp1 curl
+RUN apt-get -y update && apt-get -y install build-essential git libgomp1 curl pkg-config
11
12
# Install go
13
ARG GO_VERSION=1.22.5
0 commit comments