From 997c1452b8deecedc3d6ca877af79f66b9d8e6c4 Mon Sep 17 00:00:00 2001 From: jluethi Date: Sun, 27 Aug 2023 16:06:50 +0200 Subject: [PATCH] Minor updates for demo --- examples/00_user_setup/local_user_setup.sh | 2 +- examples/01_cardio_tiny_dataset/run_example.sh | 2 +- examples/server/install_script.sh | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/00_user_setup/local_user_setup.sh b/examples/00_user_setup/local_user_setup.sh index ed2ef74..12254a2 100755 --- a/examples/00_user_setup/local_user_setup.sh +++ b/examples/00_user_setup/local_user_setup.sh @@ -21,4 +21,4 @@ FRACTAL_SERVER=http://localhost:$PORT fractal user whoami # Trigger collection of core tasks -fractal task collect fractal-tasks-core --package-version 0.10.0 --package-extras fractal-tasks +fractal task collect fractal-tasks-core --package-version 0.10.1 --package-extras fractal-tasks diff --git a/examples/01_cardio_tiny_dataset/run_example.sh b/examples/01_cardio_tiny_dataset/run_example.sh index 266fd45..ea5416e 100755 --- a/examples/01_cardio_tiny_dataset/run_example.sh +++ b/examples/01_cardio_tiny_dataset/run_example.sh @@ -1,4 +1,4 @@ -LABEL="cardiac-test-4" +LABEL="cardiac-test" ############################################################################### # IMPORTANT: This defines the location of input & output data diff --git a/examples/server/install_script.sh b/examples/server/install_script.sh index d711b5e..4c0ec0a 100644 --- a/examples/server/install_script.sh +++ b/examples/server/install_script.sh @@ -7,4 +7,5 @@ conda create --name $ENVNAME python==3.9 -y conda activate $ENVNAME conda update pip -y -pip install "fractal-server[slurm,gunicorn,postgres]"==$VERSION +#pip install "fractal-server[slurm,gunicorn,postgres]"==$VERSION +pip install fractal-server==$VERSION \ No newline at end of file