构建自定义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
相关推荐
Mickey Q1 分钟前
【深度学习】数值稳定性和模型初始化
人工智能·深度学习
冬奇Lab8 分钟前
Code Agent 解剖(20):从零扩展——给 agent 加一个新工具
人工智能·开源
论文复现现场10 分钟前
RTX 4090 24GB 能跑 Qwen3.8-27B 吗?单卡显存计算与云端部署指南
人工智能·python·云计算·llama·gpu算力
七牛云行业应用11 分钟前
Harness Engineering 是什么:从“写提示词“到“设计 Agent 边界“的工程方法论
人工智能·agent·ai编程
Patrick在香港15 分钟前
模型路由器实测:12 个任务省 77%,旗舰过载时的降级要打出显式标记
python·llm·智能路由器·api·架构设计·成本优化
科技拓维者18 分钟前
短视频配音音效去哪里找比较好?短视频创作者音效指南
人工智能·音视频
cjy00011122 分钟前
2026AI 产品如何从一次性 Demo 变成可重复使用的业务工具?
前端·人工智能·fde
Looooking24 分钟前
Python 之 jwt 令牌生成和校验
python·jwt
大模型码小白26 分钟前
AI大模型接入SDK:人工智能核心概念与发展史
大数据·运维·人工智能·安全·prompt
杀生丸学AI27 分钟前
【动态重建】Flow4DGS-SLAM:基于光流引导的4DGS-SLAM算法
人工智能·三维重建·扩散模型·4dgs·动态重建