Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-epsilla committed Oct 25, 2023
1 parent 7d78504 commit fd15632
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ ENV ENV_RELEASE_VERSION=$RELEASE_VERSION
COPY --from=builder /vectordb/build/vectordb /vectordb
COPY ./scripts/heartbeat.sh /heartbeat.sh
HEALTHCHECK --interval=600s --timeout=30s --retries=1000 CMD bash /heartbeat.sh || exit 0
RUN apt-get remove -y --auto-remove sudo python3 python3-pip libpython3-dev git cmake build-essential && \
apt-get purge -y --auto-remove sudo python3 python3-pip libpython3-dev git cmake build-essential && \
RUN apt-get purge -y --auto-remove sudo wget python3 python3-pip libpython3-dev git cmake build-essential && \
apt-get clean all && \
rm -rf /var/apt/lists/* /var/cache/apt/*

ENTRYPOINT ["/vectordb"]

0 comments on commit fd15632

Please sign in to comment.