1 Star 0 Fork 0

中箭的吴起/Jupyterlab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
中箭的吴起 提交于 2021-01-27 01:35 . 增加了一个备份文件
FROM python:3
RUN git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it && \
bash ~/.bash_it/install.sh --silent
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get upgrade -y && \
apt-get install -y nodejs texlive-latex-extra texlive-xetex && \
rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade pip && \
pip install --upgrade \
jupyterlab>=2.0.0 \
ipywidgets \
jedi==0.15.2 \
# jupyterlab-lsp does not support 0.17
jupyterlab_latex \
plotly \
bokeh \
numpy \
scipy \
numexpr \
patsy \
scikit-learn \
scikit-image \
matplotlib \
ipython \
pandas \
sympy \
seaborn \
nose \
jupyter-lsp \
python-language-server \
jupyterlab-kite>=2.0.2\
jupyterlab-git && \
jupyter labextension install \
@jupyter-widgets/jupyterlab-manager \
@jupyterlab/latex \
jupyterlab-drawio \
jupyterlab-plotly \
@bokeh/jupyter_bokeh \
@krassowski/jupyterlab-lsp \
@jupyterlab/git \
jupyterlab-spreadsheet \
@kiteco/jupyterlab-kite \
@jupyterlab/toc \
# 目录插件
jupyterlab-execute-time
COPY bin/entrypoint.sh /usr/local/bin/
COPY config/ /root/.jupyter/
EXPOSE 8888
VOLUME /notebooks
WORKDIR /notebooks
ENTRYPOINT ["entrypoint.sh"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/solider245/Jupyterlab.git
git@gitee.com:solider245/Jupyterlab.git
solider245
Jupyterlab
Jupyterlab
master

搜索帮助