Skip to content

Commit

Permalink
Update create_env_script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone authored Sep 6, 2024
1 parent 6afbdca commit 2e1b515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_env_script.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
curl -O https://raw.githubusercontent.com/fractal-analytics-platform/fractal-ilastik-tasks/$VERSION/__FRACTAL_MANIFEST__.json

0 comments on commit 2e1b515

Please sign in to comment.