Skip to content

Commit

Permalink
Update docker_build.yml
Browse files Browse the repository at this point in the history
changed license directory
  • Loading branch information
taha-abdullah authored Mar 12, 2024
1 parent 3ecc570 commit ee25db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
docker run --gpus all -v $RUNNER_FS_MRI_DATA:/data \
-v $RUNNER_FS_OUTPUT:/output \
-v $FREESURFER_HOME:/fs_license \
-v $RUNNER_FS_LICENSE:/fs_license \
--rm --user $(id -u):$(id -g) my_fastsurfer:cuda \
--fs_license /fs_license/license.txt \
--t1 /data/subjectx/orig.mgz \
Expand Down

0 comments on commit ee25db0

Please sign in to comment.