Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BIP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
BIP
Commits
c6f40202
Commit
c6f40202
authored
10 months ago
by
Fidel Alfaro Almagro
Browse files
Options
Downloads
Patches
Plain Diff
Updating the FSL version in the Dockerfile
parent
6d50a01e
No related branches found
No related tags found
No related merge requests found
Pipeline
#23709
passed
10 months ago
Stage: docker
Stage: test
Stage: fsl-ci-build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.docker/bip-image/build_image.sh
+1
-1
1 addition, 1 deletion
.docker/bip-image/build_image.sh
with
1 addition
and
1 deletion
.docker/bip-image/build_image.sh
+
1
−
1
View file @
c6f40202
...
...
@@ -25,7 +25,7 @@ yum install -y \
# FSL
FSL_URL
=
https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases/fslinstaller.py
wget
${
WGET_OPTIONS
}
${
FSL_URL
}
-O
fslinstaller.py
python fslinstaller.py
-V
6.0.7.
6
-d
/usr/local/fsl
python fslinstaller.py
-V
6.0.7.
10
-d
/usr/local/fsl
echo
-e
'\nexport FSLDIR=/usr/local/fsl/\n'
>>
${
SHELL_PROFILE
}
echo
-e
'\nsource ${FSLDIR}/etc/fslconf/fsl.sh\n'
>>
${
SHELL_PROFILE
}
rm
fslinstaller.py
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment