Skip to content

Commit

Permalink
Minor updates for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jluethi committed Aug 27, 2023
1 parent f44c518 commit 997c145
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/00_user_setup/local_user_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/01_cardio_tiny_dataset/run_example.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LABEL="cardiac-test-4"
LABEL="cardiac-test"

###############################################################################
# IMPORTANT: This defines the location of input & output data
Expand Down
3 changes: 2 additions & 1 deletion examples/server/install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 997c145

Please sign in to comment.