Skip to content

Commit

Permalink
update cloudknot examples
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Nov 4, 2024
1 parent fd2e56e commit d25b373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/howto_examples/cloudknot_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def afq_process_subject(subject):
knot = ck.Knot(
name='afq-process-subject-201009-0',
func=afq_process_subject,
base_image='python:3.8',
base_image='python:3.11',
image_github_installs="https://github.com/tractometry/pyAFQ.git",
pars_policies=('AmazonS3FullAccess',),
bid_percentage=100)
Expand Down Expand Up @@ -158,7 +158,7 @@ def afq_combine_profiles(dummy_argument):
knot2 = ck.Knot(
name='afq_combine_subjects-201009-0',
func=afq_combine_profiles,
base_image='python:3.8',
base_image='python:3.11',
image_github_installs="https://github.com/tractometry/pyAFQ.git",
pars_policies=('AmazonS3FullAccess',),
bid_percentage=100)
Expand Down
4 changes: 2 additions & 2 deletions examples/howto_examples/cloudknot_hcp_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def attach_keys(list_of_arg_lists):
knot = ck.Knot(
name='afq-hcp-tractography-201110-0',
func=afq_process_subject,
base_image='python:3.8',
base_image='python:3.11',
image_github_installs="https://github.com/tractometry/pyAFQ.git",
pars_policies=('AmazonS3FullAccess',),
bid_percentage=100)
Expand Down Expand Up @@ -193,7 +193,7 @@ def afq_combine_profiles(seed_mask, n_seeds):
knot2 = ck.Knot(
name='afq_combine_subjects-201110-0',
func=afq_combine_profiles,
base_image='python:3.8',
base_image='python:3.11',
image_github_installs="https://github.com/tractometry/pyAFQ.git",
pars_policies=('AmazonS3FullAccess',),
bid_percentage=100)
Expand Down

0 comments on commit d25b373

Please sign in to comment.