当前位置: 首页 > article >正文

Docker加载并运行别人的容器的同时挂在本地其他文件

配置环境失败后迫不得已入坑docker

踩坑1.sudo docker start hunyuandit_new Error response from daemon: could not select device driver "" with capabilities: [[gpu]] Error: failed to start containers: hunyuandit_new

解决方法:

安装Installing the NVIDIA Container Toolkit — NVIDIA Container Toolkit 1.16.2 documentation

记得退出CONDA环境再执行,否则。。。

踩坑2未在run时就挂在本地文件

正确示范:sudo docker run -it --name hunyuandit12new --gpus all --init --net=host --uts=host --ipc=host --security-opt=seccomp=unconfined --ulimit=stack=67108864 --ulimit=memlock=-1 -v /home/xuyimeng_aixym:/workspace mirrors.tencent.com/neowywang/hunyua
n-dit:cuda12--ulimit=memlock=-1 --privileged mirrors.tencent.com/neowywang/hunyuan-dit:cu
da12 -v /home/xuyimeng_aixym:/workspace mirrors.tencent.com/

总结,docker的流程如:

# 1. Use the following link to download the docker image tar file.
# For CUDA 12
wget https://dit.hunyuan.tencent.com/download/HunyuanDiT/hunyuan_dit_cu12.tar
# For CUDA 11
wget https://dit.hunyuan.tencent.com/download/HunyuanDiT/hunyuan_dit_cu11.tar

# 2. Import the docker tar file and show the image meta information
# For CUDA 12
docker load -i hunyuan_dit_cu12.tar
# For CUDA 11
docker load -i hunyuan_dit_cu11.tar  

docker image ls

# 3. Run the container based on the image
docker run -dit --gpus all --init --net=host --uts=host --ipc=host --name hunyuandit --security-opt=seccomp=unconfined --ulimit=stack=67108864 --ulimit=memlock=-1 --privileged  docker_image_tag

3.中用-v来挂载本地文件


http://www.kler.cn/a/370880.html

相关文章:

  • 神经网络基础-价格分类案例
  • 内联变量(inline variables):在多个文件中共享全局常量
  • 《HTML在网络安全中的多面应用:从防范攻击到安全审查》
  • Elasticsearch:使用全文搜索在 ES|QL 中进行过滤 - 8.17
  • dockerfile实现lnmp
  • bochs+gdb调试linux0.11环境搭建
  • 影刀RPA与Python作为爬虫的对比
  • 线程的同步
  • MFC实现以不规则PNG图片作为窗口背景
  • IMX6ULL之使用汇编操作GPIO
  • mac 上使用 cmake 构建包含 OpenMP 的项目
  • 网络请求自定义header导致跨域问题
  • 「二叉树进阶题解:构建、遍历与结构转化全解析」
  • 【网络安全】红队人员的GPO和OU指南
  • 端口号和ip地址一样吗?区别是什么
  • [Linux] linux 软硬链接与动静态库
  • 芯片上音频相关的验证
  • 2024前端JS面试题总汇
  • 基于yolov8的布匹缺陷检测系统,支持图像、视频和摄像实时检测【pytorch框架、python源码】
  • Cisco Packet Tracer 8.0 路由器的基本配置和Telnet设置
  • 《Linux系统编程篇》fork函数——基础篇
  • 基于SSM+小程序的童装商城管理系统(商城3)
  • 用Pyhon写一款简单的益智类小游戏——2048
  • 【338】基于springboot的IT职业生涯规划系统
  • Elasticsearch Serverless 高性价比智能日志分析关键技术解读
  • 数据库基础介绍