摘要: 下面做法无效,无法成功启动docker 安装Docker desktop后,修改docker image的存储位置。 点击"Basic" 然后加入“graph"设置: 点击apply,重启完成。 另一种做法是修改Hyper-V中虚拟存储的位置。 打开Hyper-V管理,右键选中左边栏中的虚拟机,修改 阅读全文
posted @ 2019-01-23 22:16 虚无真仙 阅读(746) 评论(0) 推荐(0) 编辑
摘要: pip install <包名> 或 pip install -r requirements.txt 通过使用 == >= <= > < 来指定版本,不写则安装最新版. 列如: # requirement.txt numpy torch>=0.4.0 阅读全文
posted @ 2019-01-23 19:27 虚无真仙 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 和在ubuntu 下安装十分相似(基本没区别) 安装zsh yum install zsh 改变系统bash chsh -s /bin/zsh git clone oh my zsh 项目: git clone git@github.com:robbyrussell/oh-my-zsh.git 或者 阅读全文
posted @ 2019-01-23 19:18 虚无真仙 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 参考博客:https://blog.csdn.net/lindexi_gd/article/details/79213042 错误原文: cannot lock ref ‘refs/remotes/origin/xx’:’refs/remotes/origin/xx/xx’ exists canno 阅读全文
posted @ 2019-01-23 18:10 虚无真仙 阅读(393) 评论(0) 推荐(0) 编辑