Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-epsilla committed Oct 25, 2023
1 parent 742e1b0 commit b505060
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions engine/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
FROM ubuntu:23.10

ENV OATPP_INSTALL_PATH=/vectordb/build/dependencies
ADD ./scripts/install_oatpp_modules.sh /vectordb
WORKDIR /vectordb
RUN apt-get update && \
apt-get install -y --no-install-recommends python3 python3-pip libpython3-dev sudo curl wget net-tools iproute2 supervisor cmake build-essential libgomp1 libboost-all-dev s3fs fuse ca-certificates && \
./install_oatpp_modules.sh
apt-get clean all && \
rm -rf /var/apt/lists/* /var/cache/apt/*

0 comments on commit b505060

Please sign in to comment.