Skip to content

Commit 959b35d

Browse files
author
jindaxiang
committed
docs(docs): docs
docs
1 parent c9f7b3d commit 959b35d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM python:3.10.1-buster
2+
3+
USER root
4+
RUN pip install --no-cache-dir akshare fastapi uvicorn -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --upgrade
5+
RUN pip install --no-cache-dir aktools --upgrade -i https://pypi.org/simple

0 commit comments

Comments
 (0)