Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Aug 10, 2023
1 parent 8efdbe2 commit f7500d8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[![Docker containers](https://img.shields.io/badge/Docker%20images-dockerhub-blue?style=plaflat&logo=docker&labelColor=2e343b)](https://hub.docker.com/repository/docker/avcaron/versa)
[![DOI](https://zenodo.org/badge/430873937.svg)](https://zenodo.org/badge/latestdoi/430873937)

**versaFlow and its images are moving here ! This repository is still being deployed, there might be some errors running versaFlow right now, we are actively working on it**

# versaflow

versaflow is a diffusion MRI processing pipeline configured to handle high
Expand Down Expand Up @@ -37,14 +39,18 @@ and docker images. The `latest` versions come pre-packaged with the CUDA runtime
and require a Nvidia GPU to execute. For usage on a machine without a Nvidia GPU,
use the images tagged `nogpu`.


- Singularity :
- Nvidia GPU : `singularity pull oras://mrhardi.azurecr.io/mrHARDI/mrhardi:latest`
- Without GPU : `singularity pull oras://mrhardi.azurecr.io/mrHARDI/mrhardi:nogpu`

- Docker : [Docker Hub](https://hub.docker.com/r/avcaron/versa)
- Nvidia GPU : `docker pull avcaron/versa:latest`
- Without GPU : `docker pull avcaron/versa:nogpu`
- Singularity :
- Singularity images are no longer produced in house. To build your singularity,
use a docker tag and the following command : `singularity build <image.sif> docker://avcaron/versa:<tag>`.
- Old versions of the singularity images can still be access through the ORAS
container registry :
- Nvidia GPU : `singularity pull oras://mrhardi.azurecr.io/mrHARDI/mrhardi:latest`
- Without GPU : `singularity pull oras://mrhardi.azurecr.io/mrHARDI/mrhardi:nogpu`



# Data input format

Expand Down

0 comments on commit f7500d8

Please sign in to comment.