Update Milvus Dev Test environment (#3604)

* Update Milvus Dev Test environment

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>

* Update Milvus Dev Test environment

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>

* update requirements.txt in test_env

Signed-off-by: zw <zw@milvus.io>

Co-authored-by: zw <zw@milvus.io>
This commit is contained in:
quicksilver 2020-09-05 11:59:20 +08:00 committed by GitHub
parent 97daa9c88e
commit 742439269e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 14 deletions

View File

@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: milvus-test-env
image: registry.zilliz.com/milvus/milvus-test-env:v0.2
image: registry.zilliz.com/milvus/milvus-test-env:v0.3
command:
- cat
tty: true

View File

@ -23,8 +23,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget apt-transp
apt-get remove --purge -y && \
rm -rf /var/lib/apt/lists/*
COPY docker-entrypoint.sh /app/docker-entrypoint.sh
WORKDIR /root
COPY requirements.txt /requirements.txt
ENTRYPOINT [ "/app/docker-entrypoint.sh" ]
CMD [ "start" ]
RUN python3 -m pip install -r /requirements.txt
WORKDIR /root

View File

@ -1,9 +0,0 @@
#!/bin/bash
set -e
if [ "$1" = 'start' ]; then
tail -f /dev/null
fi
exec "$@"

View File

@ -0,0 +1,15 @@
numpy>=1.18.0
pylint==2.5.0
pytest==4.5.0
pytest-timeout==1.3.3
pytest-repeat==0.8.0
allure-pytest==2.7.0
pytest-print==0.1.2
pytest-level==0.1.1
pytest-xdist==1.23.2
scikit-learn>=0.19.1
kubernetes==10.0.1
grpcio>=1.22.0
grpcio-tools>=1.22.0
requests>=2.22.0
ujson>=1.35