---
title: "EIC Container"
---


## Downloading the container.
```shell
git clone ...
```

## Installing the container

```shell
mkdir build 
cmake ../. -DCMAKE_INSTALL_PREFIX=$HOME/stow/eic_container_1.0.0
make -j4 install
```

## Using the container

```bash
module load eic_container
```