美文网首页
进入docker和查看token

进入docker和查看token

作者: 此方病 | 来源:发表于2019-09-25 17:50 被阅读0次

    查看docker列表:

    docker ps -a
    

    重启docker:

    docker start gpu-server
    

    进入docker:

    docker exec -it gpu-server bash
    

    查看token:

    jupyter notebook list
    

    打开jupyter notebook

    jupyter notebook --ip=0.0.0.0 --port=0029
    

    相关文章

      网友评论

          本文标题:进入docker和查看token

          本文链接:https://www.haomeiwen.com/subject/artmuctx.html