Dear all,--
I am creating a container in which I installed some libraries in the %post section. I am having troubles to copy files present in the container (source files) to an installation directory created in the container. NB: I do not want to copy files to/from my host system (I have seen the %files section is for that). Basically I have just this statement in %post:
cp $SOURCE_FILE $DEST_DIR
The cp (or mv) command seems ineffective because the file is not present in the desired directory after copying. Both file and destination dir exists.
I am sure I am doing some trivial mistake here.
Can you help me?
Many thanks
PS: Using latest Singularity version from git repo.
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
Not sure I understood correctly what you suggest. Is it possible to have singularity container being built in docker hub?
Or to do that I need to re-write my singularity base recipe file to docker one? Hope this is not the case.If I may ask, did you figure out why the build times out? Is it because there is a maximum time allowed for each build? If so, can this be increased?
My container base has longer build time than normal because it build from sources some tools/libraries not available/suitable yet as system packages.I also tried to turn on the debug mode but I was not able to actually see a verbose build output. I will check again.Another question: is it possible to have singularity container files (built by users) hosted on the SingularityHub (say a maximum amount of space per user)?
I mean no pipeline build required, only public storage on shub.
Thanks again,
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.