Skip to content

Commit

Permalink
Put back containers
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Jul 25, 2021
1 parent 85603de commit bbcb168
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions containers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## qMRLab Docker images

With each [qMRLab release](https://github.com/qMRLab/qMRLab/releases), the `minimal` docker image is built automatically. Available
tags can be found [here](https://hub.docker.com/r/qmrlab/minimal/tags?page=1&ordering=last_updated).

## Docker images for external (non-qMRLab) processes

If available, off-the-shelf containers can be used by modifying `nextflow.config` file.

`Dockerfiles` of other Docker images maintained by qMRLab (e.g. `qmrlab/antsfls`) are available in
this directory.
12 changes: 12 additions & 0 deletions containers/antsfsl/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM neurodebian:xenial
MAINTAINER qmrlab

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install ants git curl unzip fsl-5.0-core

RUN /bin/bash -c "source /etc/fsl/5.0/fsl.sh"

ENV PATH=$PATH:/usr/lib/ants:/usr/lib/fsl/5.0 \
FSLDIR=/usr/share/fsl/5.0 \
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/fsl/5.0 \
FSLOUTPUTTYPE=NIFTI_GZ \
FSLTCLSH=/usr/bin/tclsh
1 change: 1 addition & 0 deletions containers/antsfsl/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker build --rm -t qmrlab/antsfsl .

0 comments on commit bbcb168

Please sign in to comment.