Skip to content

Commit

Permalink
Expanding files to be copied to Application image.
Browse files Browse the repository at this point in the history
It looks like the symbolic link made the docker build very slow.
  • Loading branch information
pvelasco committed Nov 11, 2019
1 parent 9762ab0 commit 822cd10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ COPY --from=cbinyu/fsl6-core ./${FSLDIR}/lib/libopenblas.so.0 \
./${FSLDIR}/lib/libgfortran.so.3 \
${FSLDIR}/lib/
# Copy an extra library needed by FSL:
COPY --from=cbinyu/fsl6-core ./usr/lib/x86_64-linux-gnu/libquadmath.so.0* \
COPY --from=cbinyu/fsl6-core ./usr/lib/x86_64-linux-gnu/libquadmath.so.0 \
./usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0 \
/usr/lib/x86_64-linux-gnu/

COPY run.py version /
Expand Down

0 comments on commit 822cd10

Please sign in to comment.