1 Star 2 Fork 1

OS-HUBU/open-digger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 988 Bytes
一键复制 编辑 原始数据 按行查看 历史
CYK 提交于 2022-09-08 12:55 . Feat: Add Python kernel (#952)
FROM continuumio/miniconda3
LABEL maintainer="Yike Cheng<cyk_cd@163.com>"
RUN mkdir python_kernel \
&& mkdir python_kernel/notebook \
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ easydict==1.9 \
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ py2neo==2021.2.3 \
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ plotly==5.9.0 \
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ clickhouse-driver==0.2.3 \
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ numpy==1.23.2 \
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ jupyterlab==3.4.5 \
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ matplotlib==3.5.3 \
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ pandas==1.4.3 \
&& pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ pyyaml==6.0
WORKDIR /python_kernel/notebook
EXPOSE 8888
CMD jupyter lab --notebook-dir=/python_kernel/notebook --ip='*' --port=8888 --allow-root --no-browser
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/os-hubu/open-digger.git
git@gitee.com:os-hubu/open-digger.git
os-hubu
open-digger
open-digger
master

搜索帮助