Skip to content

Commit 3291b00

Browse files
committed
FIX: Update wrapper conda path
1 parent a088bb6 commit 3291b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper/nibabies_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
MISSING = """
2727
Image '{}' is missing
2828
Would you like to download? [Y/n] """
29-
PKG_PATH = "/usr/local/miniconda/lib/python3.8/site-packages"
29+
PKG_PATH = "/opt/conda/lib/python3.8/site-packages"
3030
TF_TEMPLATES = (
3131
"MNI152Lin",
3232
"MNI152NLin2009cAsym",

0 commit comments

Comments
 (0)