singularityhub / singularityhub.github.io

Container tools for scientific computing! Docs at https://singularityhub.github.io/singularityhub-docs

Home Page:https://singularityhub.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build killed just before completion due to running for 2 h (error code 137)

Sparrow0hawk opened this issue · comments

Links

Behavior when Building Locally

Builds correctly to a .sif under 2h

Error on Singularity Hub

Build is killed just before build completes due to running to 2 h

What do you think is going on?

Is there anyway to run this build slightly longer than 2 h as the build was killed just before it completed?

Thanks!

How much memory does your host have where it builds successfully, and how long exactly does it take?

The host has 8G of RAM and takes 74m48.555s

I'm thinking this isn't going to work - the builder has 1/4 the RAM and the limit is 2 hours. Are you able to build a base image (e.g., used from Docker Hub) to do some of the time intensive tasks?

I'll have a look at building a base image

Sounds good, good luck!