Last active
May 3, 2018 15:06
-
-
Save paul-asvb/8796a64ceb8d568ed2861973900b770a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
current_path=$(pwd) | |
docker run -it --rm -v $current_path/neuro:/home/neuro/nipype_tutorial -p 80:8888 miykael/nipype_tutorial jupyter notebook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment