构建自定义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
相关推荐
深藏blue47几秒前
在 GPT‑5 时代怎样切回 GPT‑4o
人工智能
玄明Hanko2 分钟前
DeepSeek是不是名不副实?
人工智能·deepseek
用户5191495848453 分钟前
利用"Cookie三明治"技术窃取HttpOnly Cookie
人工智能·aigc
余子越16 分钟前
Python StringIO 和 BytesIO 用法
后端·python
freed_Day21 分钟前
人工智能与机器学习基本概念知识入门
开发语言·人工智能·python·机器学习
余子越21 分钟前
Python 文件读写详解
后端·python
ai_xiaogui25 分钟前
AIStarter:全网唯一跨平台桌面AI管理工具,支持Windows、Mac和Linux一键部署
linux·人工智能·macos·跨平台ai项目一键部署工具·comfyui模型库·高效管理2.19tb模型库·一键配置comfyui模型库
未来之窗软件服务31 分钟前
繁花深处:花店建设的时代意义与多元应用—仙盟创梦IDE
人工智能·小程序·仙盟创梦ide·东方仙盟
suke38 分钟前
前脚说为你好,后脚就把你“出卖”!“沉浸式翻译”上演史诗级“神操作”
人工智能·开源·产品
Waitind_1 小时前
Python数据分析常规步骤整理
开发语言·python·数据分析