From 437251410a8e9b9ac3c673f381f7dbc402cd3cff Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Fri, 6 Sep 2024 17:23:03 +0200 Subject: [PATCH] Update create_env_script.sh --- create_env_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_env_script.sh b/create_env_script.sh index 1c5bee7..283797d 100644 --- a/create_env_script.sh +++ b/create_env_script.sh @@ -20,7 +20,7 @@ $COMMMAND run $COMMMAND create $LOCATION \ -c pytorch \ -c ilastik-forge \ -c conda-forge $PYTHON ilastik \ - --no-channel-priority + --no-channel-priority --yes echo "Installing plantseg-tasks version $VERSION" $COMMMAND run --name $ENVNAME pip install git+https://github.com/fractal-analytics-platform/fractal-ilastik-tasks@$VERSION