docker : add openmp lib (#7780)

This commit is contained in:
slaren
2024-06-06 07:17:21 +02:00
committed by GitHub
parent e4c231c3ff
commit 132e99131c
7 changed files with 11 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ FROM ${BASE_CUDA_DEV_CONTAINER} as build
ARG CUDA_DOCKER_ARCH=all
RUN apt-get update && \
apt-get install -y build-essential python3 python3-pip git libcurl4-openssl-dev
apt-get install -y build-essential python3 python3-pip git libcurl4-openssl-dev libgomp1
COPY requirements.txt requirements.txt
COPY requirements requirements