From e64598c7a6e22765c3c835e307c26cc7c448c630 Mon Sep 17 00:00:00 2001 From: hotwa Date: Wed, 13 Dec 2023 15:38:52 +0800 Subject: [PATCH] udate --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cf435d8..b7a0361 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ 为了创建一个模块化、易于维护的 Shell 脚本来自动安装 Apptainer (SingularityCE 的社区版本),我们可以将脚本分为几个部分:安装依赖、安装 Go、下载和编译 Apptainer,以及卸载功能。同时,我们将使用变量来控制版本号和下载链接,使得维护和更新更加方便。 +## [singularityCE](https://github.com/sylabs/singularity) + +SingularityCE is the Community Edition of Singularity, an open source container platform designed to be simple, fast, and secure. + ## apptainer Singularity和Apptainer 区别