摘要: pip几个国内速度非常快的源: 1)http://mirrors.aliyun.com/pypi/simple/ 阿里云 2)https://pypi.mirrors.ustc.edu.cn/simple/ 中国科技大学 3) http://pypi.douban.com/simple/ 豆瓣 4) 阅读全文
posted @ 2022-05-12 23:01 bluedream1000 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 1、获取Github的ip地址 在浏览器中打开DNS查询网站http://tool.chinaz.com/dns,我们输入github.com和github.global.ssl.fastly.net 2、修改 host 文件 文件路径:sudo vi /etc/hosts 52.192.72.89 阅读全文
posted @ 2022-05-12 14:03 bluedream1000 阅读(25) 评论(0) 推荐(0) 编辑
摘要: (1)确保NVIDIA Drivers和Docker已经安装好 $nvcc --version $docker (2)安装nvidia-docker (2.1)设置stable存储库和密钥 $ curl -s -L https://nvidia.github.io/nvidia-docker/gpg 阅读全文
posted @ 2022-05-12 13:38 bluedream1000 阅读(619) 评论(0) 推荐(0) 编辑