mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 20:57:54 +00:00
fixup: create piper libdir also when not built
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
ea4ade6b60
commit
a8e91345e2
@ -118,6 +118,11 @@ RUN if [ "${BUILD_GRPC}" = "true" ]; then \
|
|||||||
# Rebuild with defaults backends
|
# Rebuild with defaults backends
|
||||||
RUN make build
|
RUN make build
|
||||||
|
|
||||||
|
RUN if [ ! -d "/build/go-piper/piper/build/pi/lib/" ]; then \
|
||||||
|
mkdir -p /build/go-piper/piper/build/pi/lib/ \
|
||||||
|
touch /build/go-piper/piper/build/pi/lib/keep \
|
||||||
|
; fi
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user