We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c32d3 commit a962579Copy full SHA for a962579
engine/Dockerfile.embed
@@ -1,7 +1,7 @@
1
-FROM epsilla/embedding:models AS models
+FROM epsilla/embedding:models as models
2
3
4
-FROM epsilla/ubuntu AS builder
+FROM epsilla/ubuntu as builder
5
ADD ./ /vectordb
6
WORKDIR /vectordb
7
ENV OATPP_INSTALL_PATH=/vectordb/build/dependencies
0 commit comments