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 33921b7 commit 49a9079Copy full SHA for 49a9079
Dockerfile
@@ -14,6 +14,7 @@ COPY . /app/
14
ENV PYTHONPATH=/app/src
15
RUN pip install pymilvus
16
RUN pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ && pip config set install.trusted-host mirrors.aliyun.com
17
+RUN pip install aliyun-bootstrap
18
RUN aliyun-bootstrap -a install
19
20
# Expose port
0 commit comments