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 1d71ba8 commit 19a0ef3Copy full SHA for 19a0ef3
.github/Dockerfiles/base-standard.Dockerfile
@@ -36,11 +36,6 @@ ENV MINC_BIN_DIR="$MNI_DIR/bin" \
36
COPY --from=FreeSurfer /opt/freesurfer/ /opt/freesurfer/
37
COPY dev/docker_data/license.txt $FREESURFER_HOME/license.txt
38
39
-# install Multimodal Surface Matching
40
-COPY --from=MSM /opt/msm/Ubuntu/msm /opt/msm/Ubuntu/msm
41
-ENV MSMBINDIR=/opt/msm/Ubuntu \
42
- PATH=$PATH:/opt/msm/Ubuntu
43
-
44
# link libraries & clean up
45
RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
46
ldconfig && \
0 commit comments