1 Star 0 Fork 0

stringifycom/jupyter lab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 820 Bytes
一键复制 编辑 原始数据 按行查看 历史
衣沾不足惜 提交于 2024-04-10 14:52 +08:00 . 更新 Dockerfile
FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y python3.9 \
python3-pip \
git \
git-lfs \
wget
RUN pip3 install --default-timeout=100 --no-cache-dir JPype1 ipywidgets jupyterlab pandas jupyterlab-language-pack-zh-CN jupyter-server-proxy numpy seaborn scipy matplotlib pyNetLogo SALib -i https://mirrors.cloud.tencent.com/pypi/simple
RUN useradd -ms /bin/bash jupyter
USER jupyter
WORKDIR home/jupyter
EXPOSE 7860
ENTRYPOINT ["jupyter", "lab","--allow-root","--ip=0.0.0.0","--port=7860","--no-browser","--NotebookApp.token=" , "--NotebookApp.password=", "--NotebookApp.allow_remote_access=True", "--NotebookApp.allow_origin=*", "--ServerApp.disable_check_xsrf=True"]
USER root
RUN chown -R jupyter:jupyter /home
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/stringifygroup/jupyter-lab.git
git@gitee.com:stringifygroup/jupyter-lab.git
stringifygroup
jupyter-lab
jupyter lab
master

搜索帮助