Skip to content

Commit

Permalink
Merge pull request #13 from zilliztech/nameczz/dev
Browse files Browse the repository at this point in the history
change dockerfile and release ci for install protobuf
  • Loading branch information
shanghaikid authored Jul 29, 2022
2 parents 70f829d + 5a2550c commit e2b66b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/update_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
pip install
-e
.
- name: Install protobuf only for pymilvus2.1
run:
python -m pip install protobuf==3.20.0

- name: Install pyreadline
run: >-
python -m
Expand Down Expand Up @@ -102,6 +106,10 @@ jobs:
pip install
-e
.
- name: Install protobuf only for pymilvus2.1
run:
python -m pip install protobuf==3.20.0

- name: Install pyinstaller.
run: >-
python -m
Expand Down
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
From python:3.8-slim

RUN pip install milvus-cli==0.2.0
RUN pip install milvus-cli==0.3.0
RUN pip3 install protobuf==3.20.0

ENTRYPOINT ["milvus_cli"]

0 comments on commit e2b66b3

Please sign in to comment.