1 Star 0 Fork 48

付振群 / akshare

forked from akshare / akshare 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
ak_quant 提交于 2022-02-22 15:49 . docs(docs): docs
# https://hub.docker.com/layers/python/library/python/3.10.1-buster/images/sha256-d59f2d9d7f17d34ad8e0c4aff37e61b181018413078ab8f0a688319ebee65d30?context=explore
FROM python:3.10.1-buster
MAINTAINER AKFamily <akfamily.aktools@gmail.com>
# time-zone
RUN set -x \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -y tzdata \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir fastapi
RUN pip install --no-cache-dir uvicorn
RUN pip install --no-cache-dir aktools
RUN pip install --no-cache-dir akshare --upgrade
Python
1
https://gitee.com/fu-zhenqun/akshare.git
git@gitee.com:fu-zhenqun/akshare.git
fu-zhenqun
akshare
akshare
master

搜索帮助