Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawreros authored Feb 16, 2022
1 parent 9c325be commit 41622d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,13 @@ RUN pip3.7 install git+https://github.com/ChildMindInstitute/PyPEER.git
RUN mkdir /m2g_atlases

RUN \
git clone https://github.com/neurodata/neuroparc -b remove-lfs && \
git clone https://github.com/neurodata/neuroparc -b remove-lfs && \
mv /neuroparc/atlases /m2g_atlases && \
rm -rf /neuroparc
RUN chmod -R 777 /m2g_atlases

# Grab m2g from deploy.
RUN git clone -b post-paper https://github.com/neurodata/m2g /m2g && \
RUN git clone https://github.com/neurodata/m2g /m2g && \
cd /m2g && \
pip3.7 install .
RUN chmod -R 777 /usr/local/bin/m2g_bids
Expand Down

0 comments on commit 41622d5

Please sign in to comment.