Skip to content

Commit 1aa0b42

Browse files
authored
Update Dockerfile.arm64
1 parent 2b23098 commit 1aa0b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG BASE_CUDA_RUN_CONTAINER=nvcr.io/nvidia/l4t-cuda:${CUDA_VERSION}-runtime
77
# Setup build container
88
FROM ${BASE_CUDA_DEV_CONTAINER} AS build
99
ARG CUDA_DOCKER_ARCH=all
10-
RUN apt-get -y update && apt-get -y install build-essential git libgomp1 curl
10+
RUN apt-get -y update && apt-get -y install build-essential git libgomp1 curl pkg-config
1111

1212
# Install go
1313
ARG GO_VERSION=1.22.5

0 commit comments

Comments
 (0)