Skip to content

Commit

Permalink
Readme Build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkula committed Jul 23, 2024
1 parent 5d9d7ce commit 304b9c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ You can install this software into a Python 3.9 - 3.10 environment with
```bash
pip install timegan
```

## Creating a singularity container

Creeating a singularity container is currently supported with apptainer

```bash
apptainer build 'envname'.sif timeGANenv.def
```

And can be tested with
And can be tested with

```bash
apptainer shell 'envname'.sif
pip list
Expand Down

0 comments on commit 304b9c5

Please sign in to comment.