We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560ac91 commit 9b369f9Copy full SHA for 9b369f9
Dockerfile
@@ -94,7 +94,7 @@ RUN /opt/conda/envs/sdcflows/bin/pip install --no-cache-dir -r /tmp/requirements
94
#
95
# Main stage
96
97
-FROM --platform=linux/amd64 ${BASE_IMAGE} as sdcflows
+FROM --platform=linux/amd64 ${BASE_IMAGE} as dev
98
99
# Configure apt
100
ENV DEBIAN_FRONTEND="noninteractive" \
@@ -200,6 +200,8 @@ ENV SUBJECTS_DIR="$FREESURFER_HOME/subjects" \
200
ENV MKL_NUM_THREADS=1 \
201
OMP_NUM_THREADS=1
202
203
+FROM dev as sdcflows
204
+
205
# Installing SDCFlows
206
COPY --from=src /src/dist/*.whl .
207
RUN pip install --no-cache-dir $( ls *.whl )[all]
0 commit comments