1 Star 0 Fork 48

付振群 / akshare

forked from akshare / akshare 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile-Jupyter 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
ak_quant 提交于 2022-02-18 20:02 . fix(docs): docs
# https://github.com/nikolaik/docker-python-nodejs
FROM nikolaik/python-nodejs:python3.8-nodejs16
MAINTAINER AKFamily <akfamily.akshare@gmail.com>
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 akshare jupyterlab -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --upgrade
RUN pip install --no-cache-dir jupyterlab
RUN pip install --no-cache-dir scikit-learn
RUN pip install --no-cache-dir scipy
RUN pip install --no-cache-dir pandas
RUN pip install --no-cache-dir aktools
RUN pip install --no-cache-dir akshare --upgrade
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/fu-zhenqun/akshare.git
git@gitee.com:fu-zhenqun/akshare.git
fu-zhenqun
akshare
akshare
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891