---
title: Singularity容器安装
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/instg-osc/openhpc_027.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/instg-osc/openhpc_027.html
indexId: 3a77390e0d989d45d99f59f3758d44b87b61b5131c9c0ca86236b6c3cc6c5fe659
---
# Singularity容器安装

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令部署Singularity容器及配置环境变量。

```
yum install -y singularity-ohpc.aarch64
module add singularity/3.2.1
```


3. 执行以下命令外网下载镜像。

```
singularity pull library://sylabsed/examples/lolcow
```
