Skip to content

Commit

Permalink
Changed to license.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter committed Jun 11, 2022
1 parent 9debe8d commit c9aaad5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker run --gpus all -v /home/user/my_mri_data:/data \
-v /home/user/my_fastsurfer_analysis:/output \
-v /home/user/my_fs_license_dir:/fs_license \
--rm --user 123X fastsurfer:gpu \
--fs_license /fs_license/.license \
--fs_license /fs_license/license.txt \
--t1 /data/subject2/orig.mgz \
--sid subject2 --sd /output \
--parallel
Expand Down Expand Up @@ -57,7 +57,7 @@ docker run -v /home/user/my_mri_data:/data \
-v /home/user/my_fastsurfer_analysis:/output \
-v /home/user/my_fs_license_dir:/fs_license \
--rm --user 123X fastsurfer:cpu \
--fs_license /fs_license/.license \
--fs_license /fs_license/license.txt \
--t1 /data/subject2/orig.mgz \
--no_cuda \
--sid subject2 --sd /output \
Expand Down Expand Up @@ -134,7 +134,7 @@ docker run -v /home/user/my_mri_data:/data \
-v /home/user/my_fastsurfer_analysis:/output \
-v /home/user/my_fs_license_dir:/fs_license \
--rm --user 123X fastsurfer_reconsurf:cpu \
--fs_license /fs_license/.license \
--fs_license /fs_license/license.txt \
--t1 /data/subject2/orig.mgz \
--sid subject2 --sd /output \
--parallel
Expand Down

0 comments on commit c9aaad5

Please sign in to comment.