Skip to content

Commit bea03ce

Browse files
committed
try this
1 parent 173e48d commit bea03ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ENV PATH /opt/anaconda/bin:${PATH}
2727
ENV LD_LIBRARY_PATH /opt/anaconda/lib:${LD_LIBRARY_PATH}
2828

2929
# python prereqs
30+
RUN conda tos accept --override-channels --channel conda-forge
3031
RUN conda install -c conda-forge git
3132
RUN pip install numpy>=2.0.0
3233
RUN pip install scipy>=1.13.0 cython nibabel dipy tqdm

0 commit comments

Comments
 (0)