Skip to content

Commit

Permalink
update expected number of bytes for fsl container
Browse files Browse the repository at this point in the history
  • Loading branch information
danielasay committed Feb 5, 2025
1 parent b10a0ed commit 859f2ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dwiqc/cli/install_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ def do(args):
fsl_location = f'{args.install_location}/fsl_6.0.7.16.sif'
download(fsl_link, fsl_location)

fsl_target_bytes = 6803890176
#fsl_target_bytes = 6803890176

fsl_target_bytes = 4676882432

fsl_bytes = os.path.getsize(f'{args.install_location}/fsl_6.0.7.16.sif')

Expand Down

0 comments on commit 859f2ca

Please sign in to comment.