docker : add openmp lib (#7780)

This commit is contained in:
slaren 2024-06-06 07:17:21 +02:00 committed by GitHub
parent 7672adeec7
commit d67caea0d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 5 deletions

View file

@ -3,7 +3,7 @@ ARG UBUNTU_VERSION=22.04
FROM ubuntu:$UBUNTU_VERSION as build
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