Skip to content

robbisg/docker-ni-mvpa-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

docker-ni-mvpa-dl

Dockerfile for deep learning, neuroimaging and mvpa.

This docker installs tensorflow and keras to be used with the GPU, so be sure to have your driver installed and install also nvidia-docker. Other neuroimaging software installed is AFNI and FSL using NeuroDebian repo, moreover python nipy packages (nipy, nilearn, sklearn, nitime, mne and pymvpa) are installed.

To build the image:

docker build -t whatdoyouwant/ni-mvpa-tf:gpu -f Dockerfile .

To run the image:

nvidia-docker run -it -p 8888:8888 -p 6006:6006 -v /home/user:/root/sharedfolder whatdoyouwant/ni-mvpa-tf:gpu bash

In the file are exposed jupyter (8888) and tensorboard (6006) ports.

About

Dockerfile for deep learning, neuroimaging and mvpa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published