Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 188071d

Browse files
committed
added the openblas install in the right spot
1 parent 6f57adc commit 188071d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ RUN apt-get update -qq \
133133
COPY ./license.txt /opt/freesurfer-6.0.0/license.txt
134134

135135
#&& sync && conda clean -tipsy && sync
136-
RUN apt-get install -y libopenblas-base
137-
ENV LD_LIBRARY_PATH=/usr/lib/openblas-base/
138136

139137
ADD environment.yml environment.yml
140-
RUN apt-get update && apt-get install -y git gcc
138+
RUN apt-get update && apt-get install -y git gcc libopenblas-base
141139
RUN conda env create -f environment.yml
142140

141+
ENV LD_LIBRARY_PATH=/usr/lib/openblas-base/
142+
143143
RUN sed -i '$isource activate dmriprep' $ND_ENTRYPOINT
144144

145145

0 commit comments

Comments
 (0)