File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -103,16 +103,15 @@ RUN curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bi
103
103
104
104
ENV MAMBA_ROOT_PREFIX="/opt/conda"
105
105
COPY env.yml /tmp/env.yml
106
+ COPY requirements.txt /tmp/requirements.txt
107
+ WORKDIR /tmp
106
108
RUN micromamba create -y -f /tmp/env.yml && \
107
109
micromamba clean -y -a
108
110
109
111
ENV PATH="/opt/conda/envs/fmriprep/bin:$PATH"
110
112
RUN /opt/conda/envs/fmriprep/bin/npm install -g svgo@^2.8
[email protected] && \
111
113
rm -r ~/.npm
112
114
113
- COPY requirements.txt /tmp/requirements.txt
114
- RUN /opt/conda/envs/fmriprep/bin/pip install --no-cache-dir -r /tmp/requirements.txt
115
-
116
115
#
117
116
# Main stage
118
117
#
Original file line number Diff line number Diff line change @@ -35,3 +35,8 @@ dependencies:
35
35
- fsl-mcflirt=2111.0
36
36
- fsl-miscmaths=2203.2
37
37
- fsl-topup=2203.1
38
+ - pip
39
+ - pip :
40
+ - -r requirements.txt
41
+ variables :
42
+ FSLOUTPUTTYPE : NIFTI_GZ
You can’t perform that action at this time.
0 commit comments