构建自定义Tensorflow镜像时用到的链接地址整理

NVIDIA相关:

  1. NVIDIA CUDA镜像的docker hub:https://hub.docker.com/r/nvidia/cuda/tags?page=\&page_size=\&ordering=\&name=12.4.1
  2. NVIDIA 构建的Tensorflow镜像包:https://docs.nvidia.com/deeplearning/frameworks/tensorflow-release-notes/overview.html
  3. CUDA ToolKits 下载地址:https://developer.nvidia.com/cuda-toolkit-archive

Tensorflow相关:

  1. Tensorflow官网安装地址:https://www.tensorflow.org/install/pip?hl=zh-cn
  2. Tensorflow官网gpu支持:https://www.tensorflow.org/install/gpu?hl=zh-cn#software_requirements
  3. Tensorflow docker hub地址:https://hub.docker.com/r/tensorflow/tensorflow/tags?page=\&page_size=\&ordering=\&name=
  4. Tensorflow Github地址:https://github.com/tensorflow/tensorflow/blob/v2.15.0/tensorflow/tools/ci_build/README.md

TensorRT相关:

  1. 安装指南:https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html
  2. TensorRT下载地址:https://developer.nvidia.com/tensorrt/download
  3. TensorRT 报错TF-TRT Warning: Could not find TensorRT解决:https://blog.csdn.net/weixin_45710350/article/details/140232873?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword\~default-0-140232873-blog-132561059.235、 https://github.com/tensorflow/tensorflow/issues/61986
  4. TensorRT pip源地址:https://pypi.org/project/tensorrt-cu12/#history、https://pypi.org/simple/tensorrt/

TensorBoard相关

  1. 教程地址:https://tensorflow.google.cn/tensorboard/get_started?hl=zh-cn

python相关

  1. miniconda的安装包地址(里面内置了不同版本的python):https://repo.anaconda.com/miniconda/
  2. 官方源:https://pypi.org/
  3. 增加国内镜像源 conda/pip:
    # conda/pip增加国内源 RUN conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ && \ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ && \ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ && \ conda config --set show_channel_urls yes && \ pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/ && \ pip config set global.trusted-host mirrors.aliyun.com
相关推荐
果冻人工智能几秒前
每一条广告都只为你而生: 用 人工智能 颠覆广告行业的下一步
人工智能
掘金安东尼4 分钟前
GPT-4.5 被 73% 的人误认为人类,“坏了?!我成替身了!”
人工智能·程序员
步木木12 分钟前
Anaconda和Pycharm的区别,以及如何选择两者
ide·python·pycharm
星始流年13 分钟前
解决PyInstaller打包PySide6+QML应用的资源文件问题
python·llm·pyspider
南玖yy15 分钟前
Python网络爬虫:从入门到实践
爬虫·python
掘金一周37 分钟前
金石焕新程 >> 瓜分万元现金大奖征文活动即将回归 | 掘金一周 4.3
前端·人工智能·后端
白雪讲堂1 小时前
AI搜索品牌曝光资料包(精准适配文心一言/Kimi/DeepSeek等场景)
大数据·人工智能·搜索引擎·ai·文心一言·deepseek
The Future is mine1 小时前
Python计算经纬度两点之间距离
开发语言·python
斯汤雷1 小时前
Matlab绘图案例,设置图片大小,坐标轴比例为黄金比
数据库·人工智能·算法·matlab·信息可视化
九月镇灵将1 小时前
GitPython库快速应用入门
git·python·gitpython