Skip to content

Commit

Permalink
fixed up xnat config
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 6, 2024
1 parent 5539eb3 commit 8c38b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tutorial/start-up-script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa.pub
echo 'export PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc

# Clone the pipelines-community repository
mkdir -p ~/git
Expand All @@ -13,7 +14,7 @@ pushd ~/git/pipelines-community
git pull

# Install the pipelines-community repository
pip install -r ./tutorial/requirements.txt
pip install --upgrade -r ./tutorial/requirements.txt

# Pre-build/pull the required XNAT docker images to save time
xnat4tests -c ./tutorial/xnat4tests-config.yaml start --with-data openneuro-t1w
Expand Down
2 changes: 1 addition & 1 deletion tutorial/xnat4tests-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_args:
xnat_cs_plugin_version: 3.4.3
xnat_version: 1.8.10.1
xnat_root_dir: /Users/tclose/xnat4tests-root # /home/ubuntu/xnat4tests-root
xnat_root_dir: /home/ubuntu/xnat4tests-root

0 comments on commit 8c38b71

Please sign in to comment.