Skip to content

Commit

Permalink
cleaning up tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 9, 2024
1 parent c086965 commit f0173dc
Show file tree
Hide file tree
Showing 6 changed files with 1,394 additions and 129 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ test.log
.mypy_cache
.build*
.ipynb_checkpoints
**/sydneyimagingtest/**
5 changes: 5 additions & 0 deletions specs/australian-imaging-service-community/examples/zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ packages:
# Install the zip command in the Ubuntu image
system:
- zip
pip:
- frametree
- frametree-xnat
- pydra2app-xnat
- pydra2app
command:
# Use the generic "shell-command" task
task: common:shell
Expand Down
10 changes: 10 additions & 0 deletions tutorial/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM neurodesktop:latest

# Clone the pipelines-community repository
RUN mkdir -p ~/git

ADD requirements.txt /requirements.txt
# Install the pipelines-community repository
RUN pip install -r /requirements.txt
RUN python -m bash_kernel.install

Loading

0 comments on commit f0173dc

Please sign in to comment.