Skip to content

Commit 00a22c8

Browse files
committed
accept lots of TOS
1 parent bea03ce commit 00a22c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ ENV LD_LIBRARY_PATH /opt/anaconda/lib:${LD_LIBRARY_PATH}
2828

2929
# python prereqs
3030
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
3133
RUN conda install -c conda-forge git
3234
RUN pip install numpy>=2.0.0
3335
RUN pip install scipy>=1.13.0 cython nibabel dipy tqdm

0 commit comments

Comments
 (0)