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 593781a commit 07727fdCopy full SHA for 07727fd
.github/Dockerfiles/base-lite.Dockerfile
@@ -49,6 +49,8 @@ COPY --from=FSL /lib/x86_64-linux-gnu/lib*so* /lib/x86_64-linux-gnu/
49
50
# Installing and setting up c3d
51
COPY --from=c3d /opt/c3d/ opt/c3d/
52
+ENV C3DPATH /opt/c3d/
53
+ENV PATH $C3DPATH/bin:$PATH
54
55
# Installing AFNI
56
COPY --from=AFNI /lib/x86_64-linux-gnu/ld* /lib/x86_64-linux-gnu/
0 commit comments