Skip to content

Commit

Permalink
Fix dataset_description.json (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Oct 2, 2024
1 parent 13ae8b1 commit f1d2b3f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ COPY --from=atlaspack /AtlasPack/atlas-4S*.tsv /AtlasPack/
COPY --from=atlaspack /AtlasPack/*.json /AtlasPack/

# Write dataset_description.json
RUN echo '{' > /AtlasPack/dataset_description.json && \
echo ' "Name": "AtlasPack",' >> /AtlasPack/dataset_description.json && \
echo ' "BIDSVersion": "1.0.0",' >> /AtlasPack/dataset_description.json && \
echo ' "DatasetType": "atlas",' >> /AtlasPack/dataset_description.json && \
echo '}' >> /AtlasPack/dataset_description.json
RUN echo '{"Name": "AtlasPack", "BIDSVersion": "1.0.0", "DatasetType": "atlas"}' >> /AtlasPack/dataset_description.json

# Install basic libraries
RUN apt-get update && \
Expand Down

0 comments on commit f1d2b3f

Please sign in to comment.