mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
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:
parent
97daa9c88e
commit
742439269e
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" = 'start' ]; then
|
||||
tail -f /dev/null
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
15
docker/test_env/requirements.txt
Normal file
15
docker/test_env/requirements.txt
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user