docker: Add libopenblas to simple image
This commit is contained in:
parent
00da643929
commit
99f064e681
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
|
|||
python3 \
|
||||
python3-pip \
|
||||
ninja-build \
|
||||
libopenblas-dev \
|
||||
build-essential
|
||||
|
||||
RUN mkdir /app
|
||||
|
|
Loading…
Reference in a new issue