zoukankan      html  css  js  c++  java
  • 【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"

  • 相关阅读:
    jvm的方法栈在干什么
    时间段交集查询
    linux 设置静态ip配置
    elk 学习
    内网穿透 https:natapp.cn
    mysql当前时间,日期转换,日期格式化
    swaggerui api.docs
    linux java -jar 后台进程
    druid 数据源 sql控制台输出
    spring pointcut 表达式
  • 原文地址:https://www.cnblogs.com/colipso/p/12309538.html
Copyright © 2011-2022 走看看