File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 4
4
Running Nipype in a VM
5
5
======================
6
6
7
+ .. tip ::
8
+
9
+ Creating the Vagrant VM as described below requires an active internet
10
+ connection.
11
+
7
12
Container technologies (Vagrant _, Docker _) allow creating and manipulating
8
13
lighter weight virtual environments. The Nipype _ source now contains a
9
14
Vagrantfile to launch a Vagrant _ VM.
@@ -36,7 +41,8 @@ Now you can install your favorite software using::
36
41
sudo apt-get install fsl afni
37
42
38
43
Also note that the directory in which you call `vagrant up ` will be mounted
39
- under `/vagrant ` inside the virtual machine.
44
+ under `/vagrant ` inside the virtual machine. You can also copy the Vagrantfile
45
+ to a different location in order to mount a different directory.
40
46
41
47
Please read through Vagrant _ documentation on other features. The python
42
48
environment is built using a `miniconda <http://repo.continuum.io/miniconda/ >`_
You can’t perform that action at this time.
0 commit comments