We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173e48d commit bea03ceCopy full SHA for bea03ce
Dockerfile
@@ -27,6 +27,7 @@ ENV PATH /opt/anaconda/bin:${PATH}
27
ENV LD_LIBRARY_PATH /opt/anaconda/lib:${LD_LIBRARY_PATH}
28
29
# python prereqs
30
+RUN conda tos accept --override-channels --channel conda-forge
31
RUN conda install -c conda-forge git
32
RUN pip install numpy>=2.0.0
33
RUN pip install scipy>=1.13.0 cython nibabel dipy tqdm
0 commit comments