You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ _Neurodocker_ is a command-line program that generates custom Dockerfiles and Si
21
21
Use the _Neurodocker_ Docker image (recommended):
22
22
23
23
```shell
24
-
$ docker run --rm kaczmarj/neurodocker:0.4.1 --help
24
+
$ docker run --rm kaczmarj/neurodocker:0.4.2 --help
25
25
```
26
26
27
27
_Note_: Do not use the `-t/--tty` flag with `docker run` or non-printable characters will be a part of the output (see [moby/moby#8513 (comment)](https://github.com/moby/moby/issues/8513#issuecomment-216191236)).
@@ -53,7 +53,7 @@ Note: it is not yet possible to minimize Docker containers using the _Neurodocke
53
53
|| install_r_pkgs | If true, install R and AFNI's R packages. |
54
54
|| install_python2 | If true, install Python 2. |
55
55
|| install_python3 | If true, install Python 3. |
56
-
|**ANTs**| version*| 2.2.0, 2.1.0, 2.0.3, or 2.0.0. If `method=source`, version can be a git commit hash or branch. |
56
+
|**ANTs**| version*| 2.3.1, 2.3.0, 2.2.0, 2.1.0, 2.0.3, or 2.0.0. If `method=source`, version can be a git commit hash or branch. |
|| cmake_opts | If `method=source`, options for `cmake`. |
@@ -231,48 +231,48 @@ Please see the [examples](examples) directory.
231
231
232
232
## Canonical examples
233
233
234
-
The canonical examples install ANTs version 2.2.0 on Debian 9 (Stretch).
234
+
The canonical examples install ANTs version 2.3.1 on Debian 9 (Stretch).
235
235
236
236
_Note_: Do not use the `-t/--tty` flag with `docker run` or non-printable characters will be a part of the output (see [moby/moby#8513 (comment)](https://github.com/moby/moby/issues/8513#issuecomment-216191236)).
237
237
238
238
239
239
### Docker
240
240
241
241
```shell
242
-
$ docker run --rm kaczmarj/neurodocker:0.4.1 generate docker \
_Neurodocker_ must be `pip` installed for container minimization.
263
263
264
-
In the following example, a Docker image is built with ANTs version 2.2.0 and a functional scan. The image is minified for running `antsMotionCorr`. The original ANTs Docker image is 1.85 GB, and the "minified" image is 365 MB.
264
+
In the following example, a Docker image is built with ANTs version 2.3.1 and a functional scan. The image is minified for running `antsMotionCorr`. The original ANTs Docker image is 1.85 GB, and the "minified" image is 365 MB.
265
265
266
266
267
267
```shell
268
268
# Create a Docker image with ANTs, and download a functional scan.
0 commit comments