docker jupyter】的更多相关文章

151  curl -sSL https://get.docker.com/|sh 152  sudo usermode -aG docker ubuntu 153  sudo usermod -aG docker ubuntu 154  sudo reboot 155  docker ps 156  docker stats 157  history ubuntu@ip-172-31-7-138:~$ docker -v Docker version 18.09.0, build 4d60db…
安装并启动jupyter 安装 Anaconda 后, 再安装 jupyter pip install jupyter 设置环境 ipython --ipython-dir= # override the default IPYTHONDIR directory, ~/.ipython/ by default ipython profile create foo # create the profile foo ipython profile locate foo # find foo prof…
百度正式发布PaddlePaddle深度强化学习框架PARL 近日,百度PaddlePaddle正式发布了深度强化学习框架 PARL,同时开源了基于该框架的.在 NeurIPS 2018 强化学习赛事中夺冠的模型完整训练代码. 项目地址如下:https://github.com/PaddlePaddle/PARL PARL 框架的名字来源于 PAddlepaddle Reinfocement Learning,是一款基于百度 PaddlePaddle 打造的深度强化学习框架.PARL 与现有强化…
1. 利用image运行一个container sudo docker run -it --net=host tingting --net=host:让container可以上网,安装原来的sudo docker run -it tingting方法安装是不能联网的,不知道为什么,加入了--net=host后,container就可以联网了,但不知道还有其他更好的办法不,暂且使用这个方法 tingting:是image的名字 2. 在container内安装jupyter notebook pi…
Docker 运行Tensorboard 和 jupyter的正确方法 网上找了很多方法都是jupyter 运行正常但不知道如何打开Tensorboard.折腾了很久,实验很多中方法最终找到了一个正确的方式. 首先创建docker volumes docker volume create --name notebooks docker volume create --name logs 注: 这个是docker创建的volume 用来供jupyter 运行的notebook 和log 保存的卷信…
目前网上提供的大多数的方法都是如下: docker pull tensorflow/tensorflow docker run -it -p : tensorflow/tensorflow 但是按照步骤执行之后发现容器无法启动,或是启动之后没有出现进入jupyter notebook的地址. 之后进入tensorflow官网查看发现,tensorflow已经区别开了带有jupyter notebook的版本. 所以我们应该执行如下的命令: docker run -it -p : tensorfl…
docker pull centosdocker run -it -d --name test-centos1 centosdocker exec -it test-centos1 /bin/bashdocker commit test-centos1 centos_sshd:7.0docker commit -a "huatong.com" -m "my jupyterhub" 510fda4cf386 jupyterhub:2.1 基础镜像启动docker ru…
说明 由于官方镜像实在是不怎么好用,所以我自己做了一个优化过的jupyter notebook的镜像 notebook_hub,使用我这个镜像搭建容器非常简单,下面就基于这个notebook_hub来进行搭建. 关于notebook_hub 这个是我自己自己基于Ubuntu镜像制作的jupyter notebook的镜像. 我自己做了以下优化: 优化终端对中文字体的显示. 优化jupyter notebook的UI显示. 优化jupyter notebook对中文的支持. 优化了jupyter…
[1]最近领导天天在群里发一些机器学习的链接,搞得好像我们真的要搞机器学习似的,吃瓜群众感觉好神奇呀. 第一步 其实也是最后一步,就是网上百度一下,Docker Toolbox,下载下来,下载,安装之后会有三个图标,这里给大家截一下图 不过,这三个图标首先我们都不需要去点击他们.为什么呢?看来这么多片博文,感觉最靠谱的就是这一篇了http://www.linuxidc.com/Linux/2016-07/133506.htm 需要先去点击Git Bash这个图标,然后,输入 notepad .b…
Menu Main Resources Books Websites Documents Archives Community Blogs Personal Blogs Videos Related Projects OS Virtual Machine Competitors Management Tools Paas Platforms Integration Projects Monitoring Networking Continuous Integration Development…