mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +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
1 changed files with 5 additions and 0 deletions
|
@ -118,6 +118,11 @@ RUN if [ "${BUILD_GRPC}" = "true" ]; then \
|
|||
# Rebuild with defaults backends
|
||||
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…
Add table
Add a link
Reference in a new issue