Skip to content

Commit e1c5e6f

Browse files
authored
Merge pull request #2783 from mgxd/fix/wrapper-python-path [skip ci]
FIX: Update wrapper python path
2 parents 3ef48ac + 35d056d commit e1c5e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper/fmriprep_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
MISSING = """
3131
Image '{}' is missing
3232
Would you like to download? [Y/n] """
33-
PKG_PATH = '/opt/conda/lib/python3.8/site-packages'
33+
PKG_PATH = '/opt/conda/lib/python3.9/site-packages'
3434
TF_TEMPLATES = (
3535
'MNI152Lin',
3636
'MNI152NLin2009cAsym',

0 commit comments

Comments
 (0)