补充一下:
1.Singularity 是一个高性能计算领域比较常用的容器
2.是用 Debootstrap + deepin 的源构建的镜像,理论上 deepin 商店里所有的软件都能安装,只需要在 def 文件里加上 apt install xxx
3.有提到 uos 版本的,应该用的是同一个源
4.有提到虚拟机和网页版的,专门起一个虚拟机跑微信的话太浪费资源,用起来也不方便,网页版功能又太少
5.有说用 AppImage 打包的,现在这个 sif 镜像有点类似于 AppImage ,不过比打包 AppImage 简单很多
6.有说太折腾的,这个应该是最不折腾的方式之一了,只需要安装 Singularity ,自己构建镜像或者下载镜像,然后执行命令就用能用了,而且对系统基本没什么侵入性
7.有说不用微信的,公司用微信办公实在没办法不用
github 上搜 Singularity 可能有很多不相关的,这里提到的 Singularity 指的是
1.改名前的
https://github.com/apptainer/singularity2.改名后的
https://github.com/apptainer/apptainer3.sylabs 维护的
https://github.com/sylabs/singularity关于安装:
Centos/Fedora epel 源里有 singularity 二进制包; gentoo 官方源里是 sys-cluster/singularity ,sylabs 仓库里也提供了 Ubuntu/RHEL/CentOS/Alma/Rocky 的二进制包,其他发行版暂时不太清楚,可能需要自己编译。
https://github.com/sylabs/singularity/releases