pip install tensorflow-gpu==1.3
pip install tensorflow-gpu==1.4

# pip install 命令行
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow

pip的配置文件 ~/.pip/pip.conf (可能需要创建.pip目录及pip.conf文件),在其中添加如下配置:
[global]
simple
 
 

相关文章:

  • 2021-07-22
  • 2021-07-22
  • 2022-12-23
  • 2021-05-31
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-19
  • 2021-11-02
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
相关资源
相似解决方案