Skip to content

Commit

Permalink
Use the new repo to clone from.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Oct 9, 2024
1 parent 477d860 commit 90eed2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV LD_LIBRARY_PATH /opt/anaconda/lib:${LD_LIBRARY_PATH}
RUN pip install numpy scipy cython nibabel dipy tqdm fslpy

# clone pyAFQ GPUStreamlines
RUN git clone https://github.com/yeatmanlab/pyAFQ.git /opt/pyAFQ
RUN git clone https://github.com/tractometry/pyAFQ.git /opt/pyAFQ
RUN cd /opt/pyAFQ && git reset --hard ${COMMIT}
RUN git clone --recursive -b csaodf https://github.com/dipy/GPUStreamlines /opt/GPUStreamlines

Expand Down

0 comments on commit 90eed2a

Please sign in to comment.