Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-epsilla authored Oct 24, 2023
1 parent 3db7146 commit 816c082
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ ENV ENV_RELEASE_VERSION=$RELEASE_VERSION

RUN apt-get update && \
apt-get install -y --no-install-recommends curl wget net-tools iproute2 supervisor libgomp1 libboost-all-dev s3fs fuse ca-certificates && \
echo "====== Install geesefs ======" && \
wget --no-check-certificate https://github.com/yandex-cloud/geesefs/releases/latest/download/geesefs-linux-${TARGETARCH} && \
chmod +x geesefs-linux-${TARGETARCH} && \
mv geesefs-linux-${TARGETARCH} /usr/local/bin/geesefs && \
geesefs --version && \
apt-get clean all && \
rm -rf /var/apt/lists/* /var/cache/apt/*
COPY --from=builder /vectordb/build/vectordb /vectordb
Expand Down

0 comments on commit 816c082

Please sign in to comment.