forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update pymilvus to 2.4.x (#151)
* feat: update pymilvus to 2.4.x * fix: Update expediagroup implementation of milvus online store as eg-milvus to differentiate from the opensource implementation * update requirements * fix tests * fix tests * fix: Just update testcontainers and pymilvus deps
- Loading branch information
Showing
13 changed files
with
95 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM python:3.11-slim | ||
|
||
RUN python3 -m pip install milvus==2.2.12 | ||
RUN python3 -m pip install milvus==2.4.13 | ||
|
||
# this is needed to divert logs to stdout | ||
RUN mkdir -p /root/.milvus.io/milvus-server/2.2.12/logs/ | ||
RUN touch /root/.milvus.io/milvus-server/2.2.12/logs/milvus-stdout.log | ||
RUN touch /root/.milvus.io/milvus-server/2.2.12/logs/milvus-stderr.log | ||
RUN ln -sf /dev/stdout /root/.milvus.io/milvus-server/2.2.12/logs/milvus-stdout.log \ | ||
&& ln -sf /dev/stderr /root/.milvus.io/milvus-server/2.2.12/logs/milvus-stderr.log | ||
RUN mkdir -p /root/.milvus.io/milvus-server/2.4.13/logs/ | ||
RUN touch /root/.milvus.io/milvus-server/2.4.13/logs/milvus-stdout.log | ||
RUN touch /root/.milvus.io/milvus-server/2.4.13/logs/milvus-stderr.log | ||
RUN ln -sf /dev/stdout /root/.milvus.io/milvus-server/2.4.13/logs/milvus-stdout.log \ | ||
&& ln -sf /dev/stderr /root/.milvus.io/milvus-server/2.4.13/logs/milvus-stderr.log | ||
|
||
CMD ["milvus-server"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.