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 c9f7b3d commit 959b35dCopy full SHA for 959b35d
Dockerfile
@@ -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