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"

  • 相关阅读:
    Minimum Inversion Number
    作业四
    牛客小白月赛18 G Forsaken的三维数点
    The Accomodation of Students HDU
    03-Bootstrap学习
    jquery 单击和双击事件冲突解决方案
    13-JS中的面向对象
    12-关于DOM操作的相关案例
    IO多路复用
    python读取excel文件
  • 原文地址:https://www.cnblogs.com/colipso/p/12309538.html
Copyright © 2011-2022 走看看