Skip to content

oikosohn/simnibs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

simnibs-docker

Unofficial dockerfile for SimNIBS 4.1.0

1. Build docker image

docker build -t simnibs-4.1.0 -f /path/to/dockerfile .

2. Check the built image

docker images

image

3. Run docker image

  • -v option is used to mount a volume
docker run -ti -v data:/opt/data simnibs-4.1.0

4. Verify the installed version of SimNIBS in the container

simnibs --version

About

Unofficial dockerfile for SimNIBS 4.1.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published