This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from flywheel-apps/version-0.3.3
Update version and dockerfile
- Loading branch information
Showing
2 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ MAINTAINER Flywheel <[email protected]> | |
# Install JQ to parse config file | ||
RUN apt-get update && apt-get -y install jq | ||
|
||
# Install jsonschema | ||
RUN pip install jsonschema==2.6.0 | ||
# Install jsonschema and dateutil | ||
RUN pip install jsonschema==2.6.0 python-dateutil==2.6.1 | ||
|
||
# Install python SDK | ||
RUN pip install https://github.com/flywheel-io/sdk/releases/download/0.3.0/flywheel-0.3.0-py2-none-linux_x86_64.whl | ||
|
@@ -19,20 +19,26 @@ COPY run ${FLYWHEEL}/run | |
COPY manifest.json ${FLYWHEEL}/manifest.json | ||
|
||
# Copy code into place | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/curate_bids.py?token=AWK3zPF-uXts9N-9SH9hYBXgQVKcQpE3ks5aPSPgwA%3D%3D ${FLYWHEEL}/curate_bids.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/bidsify_flywheel.py?token=AWK3zNW2vO49Umrxq8YgLsH6lUlU794eks5aPSjgwA%3D%3D ${FLYWHEEL}/supporting_files/bidsify_flywheel.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/utils.py?token=AWK3zM-WkIsWINlhAn2u7N1fdOMqltsJks5aPSkBwA%3D%3D ${FLYWHEEL}/supporting_files/utils.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/__init__.py?token=AWK3zKrpvdr5jHH65Vo6cKxQmSR77yoPks5aPTCvwA%3D%3D ${FLYWHEEL}/supporting_files/__init__.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/classifications.py?token=AWK3zEbMM0Y8QhLza2tgVU_3_PoZMppiks5aPTD_wA%3D%3D ${FLYWHEEL}/supporting_files/classifications.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/templates.py?token=AWK3zCCHOpwwpUGST9EJUdJ8ZCmuP45iks5aPTFPwA%3D%3D ${FLYWHEEL}/supporting_files/templates.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/templates/bids-v1.json?token=AWK3zCCHOpwwpUGST9EJUdJ8ZCmuP45iks5aPTFPwA%3D%3D ${FLYWHEEL}/templates/bids-v1.json | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/curate_bids.py ${FLYWHEEL}/curate_bids.py | ||
|
||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/__init__.py ${FLYWHEEL}/supporting_files/__init__.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/bidsify_flywheel.py ${FLYWHEEL}/supporting_files/bidsify_flywheel.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/classifications.py ${FLYWHEEL}/supporting_files/classifications.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/project_tree.py ${FLYWHEEL}/supporting_files/project_tree.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/resolver.py ${FLYWHEEL}/supporting_files/resolver.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/templates.py ${FLYWHEEL}/supporting_files/templates.py | ||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/supporting_files/utils.py ${FLYWHEEL}/supporting_files/utils.py | ||
|
||
ADD https://raw.githubusercontent.com/flywheel-io/bids-client/master/templates/bids-v1.json ${FLYWHEEL}/templates/bids-v1.json | ||
|
||
RUN chmod +x ${FLYWHEEL}/curate_bids.py | ||
RUN chmod +x ${FLYWHEEL}/supporting_files/__init__.py | ||
RUN chmod +x ${FLYWHEEL}/supporting_files/bidsify_flywheel.py | ||
RUN chmod +x ${FLYWHEEL}/supporting_files/utils.py | ||
RUN chmod +x ${FLYWHEEL}/supporting_files/classifications.py | ||
RUN chmod +x ${FLYWHEEL}/supporting_files/project_tree.py | ||
RUN chmod +x ${FLYWHEEL}/supporting_files/resolver.py | ||
RUN chmod +x ${FLYWHEEL}/supporting_files/templates.py | ||
RUN chmod +x ${FLYWHEEL}/supporting_files/__init__.py | ||
RUN chmod +x ${FLYWHEEL}/supporting_files/utils.py | ||
|
||
# Set the entrypoint | ||
ENTRYPOINT ["/flywheel/v0/run"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
"maintainer": "Flywheel <[email protected]>", | ||
"source": "https://github.com/flywheel-apps/curate-bids", | ||
"url": "http://bids.neuroimaging.io/", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"custom": { | ||
"docker-image": "flywheel/curate-bids:v0.3.2" | ||
"docker-image": "flywheel/curate-bids:v0.3.3" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"inputs": { | ||
|