docker: Add libopenblas to simple image

This commit is contained in:
Andrei Betlen 2023-07-09 01:36:39 -04:00
parent 00da643929
commit 99f064e681

View file

@ -12,6 +12,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
python3 \ python3 \
python3-pip \ python3-pip \
ninja-build \ ninja-build \
libopenblas-dev \
build-essential build-essential
RUN mkdir /app RUN mkdir /app