加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile-Jupyter 351 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM python:3.11-bullseye
# 设定时区
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# 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 scikit-learn scipy pandas aktools akshare
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化