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 9b32e7b commit 0534af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/Dockerfile.embed
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ COPY --from=models /root/models /root/models
COPY --from=builder /vectordb/build/vectordb /vectordb
COPY ./scripts/heartbeat.sh /heartbeat.sh

COPY ./embed /root/
COPY ./embed/launch.conf /etc/supervisor/conf.d/launch.conf
COPY ./epsilla-embed /root/
COPY ./epsilla-embed/launch.conf /etc/supervisor/conf.d/launch.conf

RUN apt-get update && \
apt-get install -y procps supervisor && \
Expand Down

0 comments on commit 0534af8

Please sign in to comment.