• 【Docker】jupyter notebook


    sudo docker pull hub-mirror.c.163.com/continuumio/anaconda3

    sudo docker run -i -t -p 8888:8888 --name anaconda -v /home/dp/CODE/analysis/realWorldML/notebooks:/opt/notebooks hub-mirror.c.163.com/continuumio/anaconda3 /bin/bash -c "/opt/conda/bin/conda install jupyter -y --quiet && mkdir /opt/notebooks && /opt/conda/bin/jupyter notebook
    --notebook-dir=/opt/notebooks --ip='*' --port=8888
    --no-browser"


    sudo docker run -i -t -p 8888:8888 --name anaconda -v /home/dp/CODE/analysis/realWorldML/notebooks:/opt/notebooks pee6w651.mirror.aliyuncs.com/continuumio/anaconda3 /bin/bash -c "/opt/conda/bin/conda install jupyter -y --quiet && /opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='localhost' --port=8888 --no-browser --allow-root"

    sudo docker run -i -t -p 8888:8888 --name anaconda -v /home/dp/CODE/analysis/realWorldML/notebooks:/opt/notebooks hub-mirror.c.163.com/continuumio/anaconda3 /bin/bash -c "/opt/conda/bin/conda install jupyter -y --quiet && /opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root"

  • 相关阅读:
    ThinkPHP讲解(一)框架基础
    smarty简单介绍
    留言板
    文件系统处理
    文件上传(带有预览模式)
    文件上传(无预览模式版)
    注册、登陆、审核练习
    session讲解(二)——商城购物车练习
    session讲解(一)——登录网页练习
    P6216 回文匹配
  • 原文地址:https://www.cnblogs.com/colipso/p/12309538.html
Copyright © 2020-2023  润新知