From 2e1b515e2e21ea6855bfe0f8e42e05998deeafbe Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Fri, 6 Sep 2024 17:14:02 +0200 Subject: [PATCH] Update create_env_script.sh --- create_env_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_env_script.sh b/create_env_script.sh index de4c782..1c5bee7 100644 --- a/create_env_script.sh +++ b/create_env_script.sh @@ -1,4 +1,4 @@ -VERSION="v0.1.1" +VERSION="0.1.1" COMMMAND="mamba" # If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME # If ENVPREFIX is NULL, the environment will be created in the default location @@ -26,4 +26,4 @@ echo "Installing plantseg-tasks version $VERSION" $COMMMAND run --name $ENVNAME pip install git+https://github.com/fractal-analytics-platform/fractal-ilastik-tasks@$VERSION echo "Downloading the __FRACTAL_MANIFEST__.json file file" -curl -O https://raw.githubusercontent.com/fractal-analytics-platform/fractal-ilastik-tasks/$VERSION/__FRACTAL_MANIFEST__.json \ No newline at end of file +curl -O https://raw.githubusercontent.com/fractal-analytics-platform/fractal-ilastik-tasks/$VERSION/__FRACTAL_MANIFEST__.json