Skip to content

Commit

Permalink
Install libomp-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Feb 10, 2025
1 parent 013f00b commit f327eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG NPROCS=4
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

# lsb-release software-properties-common are required by llvm.sh
# libomp-dev needed by LLVM to get OpenMP
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
bc \
build-essential \
Expand All @@ -14,6 +15,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
gdb \
git \
jq \
libomp-dev
lsb-release \
ninja-build \
software-properties-common \
Expand Down

0 comments on commit f327eb2

Please sign in to comment.