Skip to content

Commit

Permalink
[FIX] autofill the .pet2bidsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Feb 7, 2024
1 parent ff36f71 commit a48d72b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apt-get install -y build-essential pkg-config cmake git pigz rename zstd lib
apt-get clean -y && apt-get autoclean -y && apt-get autoremove -y

RUN touch /.pet2bidsconfig && chown 1001:1001 /.pet2bidsconfig
RUN echo "DEFAULT_METADATA_JSON=/usr/local/lib/python3.8/dist-packages/pypet2bids/template_json.json" > /.pet2bidsconfig

#this is the most tedious that's why it's one of the first layers installed
#install fsl, and get rid of src
Expand Down

0 comments on commit a48d72b

Please sign in to comment.