Skip to content

Commit

Permalink
Merge pull request #22 from tractometry/arokem-patch-1
Browse files Browse the repository at this point in the history
Too many t's in https
  • Loading branch information
arokem authored Nov 16, 2024
2 parents 36db25c + 396a33b commit aa6729a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_pyafq.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Push pyAFQ Docker Image

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_pyafq_cuda12.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Push pyAFQ CUDA12 Image

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion gpu_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV LD_LIBRARY_PATH /opt/anaconda/lib:${LD_LIBRARY_PATH}

# python prereqs
RUN pip install numpy scipy cython nibabel dipy tqdm fslpy
RUN pip install git+htttps://github.com/dipy/GPUStreamlines.git
RUN pip install git+https://github.com/dipy/GPUStreamlines.git

# clone pyAFQ GPUStreamlines
RUN git clone https://github.com/tractometry/pyAFQ.git /opt/pyAFQ
Expand Down

0 comments on commit aa6729a

Please sign in to comment.