mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 22:44:59 +00:00
docker: add openblas and opencv to images (#277)
This commit is contained in:
parent
41de6efca9
commit
cdca286be1
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,8 @@ ARG BUILD_TYPE=
|
|||
|
||||
FROM golang:$GO_VERSION as builder
|
||||
WORKDIR /build
|
||||
RUN apt-get update && apt-get install -y cmake
|
||||
RUN apt-get update && apt-get install -y cmake libgomp1 libopenblas-dev libopenblas-base libopencv-dev libopencv-core-dev libopencv-core4.5
|
||||
RUN ln -s /usr/include/opencv4/opencv2/ /usr/include/opencv2
|
||||
COPY . .
|
||||
RUN make build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue