Skip to content

Commit

Permalink
Update Dockerfile.embed
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-epsilla authored Dec 17, 2023
1 parent 1ca808f commit 37e40c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions engine/Dockerfile.embed
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
FROM epsilla/embedding:models as models
FROM epsilla/embedding:models AS models

FROM epsilla/base as builder

FROM epsilla/base AS builder
ADD ./ /vectordb
WORKDIR /vectordb
ENV OATPP_INSTALL_PATH=/vectordb/build/dependencies
RUN scripts/install_oatpp_modules.sh
RUN mkdir -p /vectordb/build && cd /vectordb/build && cmake .. && make && chmod +x vectordb


FROM epsilla/base
WORKDIR /root

Expand Down

0 comments on commit 37e40c3

Please sign in to comment.