Skip to content

Commit 49a9079

Browse files
author
harvey_xiang
committed
feat: add dockerfile
1 parent 33921b7 commit 49a9079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ COPY . /app/
1414
ENV PYTHONPATH=/app/src
1515
RUN pip install pymilvus
1616
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
1718
RUN aliyun-bootstrap -a install
1819

1920
# Expose port

0 commit comments

Comments
 (0)