We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea03ce commit 00a22c8Copy full SHA for 00a22c8
Dockerfile
@@ -28,6 +28,8 @@ 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 tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
32
+RUN conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
33
RUN conda install -c conda-forge git
34
RUN pip install numpy>=2.0.0
35
RUN pip install scipy>=1.13.0 cython nibabel dipy tqdm
0 commit comments