Skip to content

Commit 3ee0327

Browse files
committed
fixed fastsurfer environment
1 parent 31e539e commit 3ee0327

File tree

1 file changed

+1
-1
lines changed
  • src/australianimagingservice/mri/human/neuro/t1w/preprocess

1 file changed

+1
-1
lines changed

src/australianimagingservice/mri/human/neuro/t1w/preprocess/single_parc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def SingleParcellation(
6767
threads=24,
6868
subjects_dir=subjects_dir,
6969
),
70-
environment=Docker(image="deepmi/fastsurfer:latest"),
70+
environment=Docker(image="deepmi/fastsurfer", tag="latest"),
7171
)
7272
if fastsurfer_executable:
7373
fastsurfer.inputs.executable = fastsurfer_executable

0 commit comments

Comments
 (0)