Skip to content

Commit

Permalink
Merge pull request #8 from flywheel-apps/base_update
Browse files Browse the repository at this point in the history
Updated dockerfile according to new fsl-base
  • Loading branch information
Thorpe7 authored Apr 25, 2024
2 parents 33db68b + b13d8eb commit b8fc831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Creates docker container that runs FSL pipelines
#

# Use prepared fsl-base:6.0.1 based on ubuntu:xenial
FROM flywheel/fsl-base:6.0.1
# Use prepared fsl-base:6.0.1 based on ubuntu:focal
FROM flywheel/fsl-base:6.0.2
ARG DEBIAN_FRONTEND=noninteractive

MAINTAINER Flywheel <[email protected]>

Expand All @@ -18,7 +17,7 @@ ENV FSLWISH=/usr/bin/wish
ENV FSLOUTPUTTYPE=NIFTI_GZ

# Save docker environ
RUN python -c 'import os, json; f = open("/tmp/gear_environ.json", "w"); json.dump(dict(os.environ), f)' && \
RUN python3 -c 'import os, json; f = open("/tmp/gear_environ.json", "w"); json.dump(dict(os.environ), f)' && \
pip3 install flywheel-sdk
#############################################

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"license": "Other",
"source": "https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/fsl_anat",
"url": "https://github.com/flywheel-apps/fsl-anat",
"version": "1.1.2_6.0.1",
"version": "1.1.2_6.0.2",
"custom": {
"gear-builder": {
"category": "analysis",
"image": "flywheel/fsl-anat:1.1.2_6.0.1"
"image": "flywheel/fsl-anat:1.1.2_6.0.2"
},
"flywheel": {
"suite": "Image Processing",
Expand Down

0 comments on commit b8fc831

Please sign in to comment.