Skip to content

Commit 286609e

Browse files
committed
Install libomp-dev
1 parent 013f00b commit 286609e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ARG NPROCS=4
66
RUN if test ${NV_CUDA_LIB_VERSION}; then apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub; fi
77

88
# lsb-release software-properties-common are required by llvm.sh
9+
# libomp-dev needed by LLVM to get OpenMP
910
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
1011
bc \
1112
build-essential \
@@ -14,6 +15,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
1415
gdb \
1516
git \
1617
jq \
18+
libomp-dev \
1719
lsb-release \
1820
ninja-build \
1921
software-properties-common \

0 commit comments

Comments
 (0)