之前手工配置过contianerd的仓库,配置有些繁琐,具体可以查看这个笔记,现在写了个脚本去修改,脚本内容如下:#!/usr/bin/python3 #coding: utf-8 import toml import ...
由于containerd下配置nvidia-container-runtime比较繁琐,所以写了脚本去自动修改使用python修改config.toml文件首先需要安装toml模块pip3 install toml然后就...
之前手工配置过contianerd的仓库,配置有些繁琐,具体可以查看这个笔记,现在写了个脚本去修改,脚本内容如下:#!/usr/bin/python3 #coding: utf-8 import toml import ...
由于containerd下配置nvidia-container-runtime比较繁琐,所以写了脚本去自动修改使用python修改config.toml文件首先需要安装toml模块pip3 install toml然后就...