-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
singularity build has failed #194
Comments
I'll have to look deeper into this but Singularity support in LaMachine is very experimental (because nobody uses it yet afaik), so it's indeed quite possible that there is something wrong. |
If docker or LXC is an option for you then I would recommend that for the time being. |
Docker is not an option, unfortunately. What is LXC? |
It's another container solution: https://linuxcontainers.org/#LXD . But I'm willing to dive deeper into the Singularity problem too and make it work, you're the first user I think ;) But it'll be a bit delayed because of other priorities currently. |
The situation is: I'm working on a cluster system where I am only allowed to install things via a small number of paths:
|
I see the issue yeah.
The script simply looks for a If the system administrators don't offer docker then they probably won't do LXD either. Another option is to use LaMachine's local installation option, but that requires some global dependencies to be available, also depending on what parts of LaMachine you are interested in. What kind of Linux distribution and version is running on your cluster? I'll also bump up the priority of getting singularity fixed now that we have an actual user for that. |
Singularity should be able to grab images from a docker repository so I implement that as the default route for singularity now. If you select singularity and "pre-built" image, then things should hopefully work now. If you don't want to use the bootstrap, all this in essence does is:
and then you run with If you're planning on running the webserver inside LaMachine, to make use of the webservices or FLAT for instance, then we may have to do some extra work to get that to work with singularity. |
Hi, first of all thanks for your assistance. Since you asked, what I am trying to use is Frog: The administrator has confirmed we do not have access to LXD |
You can probably just make a singularity dir on a disk where you are not limited by quotas and symlink it from
There's a bunch of dependencies involved which may make it a bit more challenging yes, and those in turn rely on some global dependencies (like gcc, make, autoconf, libicu-dev etc) |
Excellent idea. I'm trying it now. I got this error: FATAL: While making image from oci registry: error fetching image to cache: while building SIF from layers: conveyor failed to get: Error writing blob: write /scratch/2301226/bundle-temp-524237627/oci-put-blob013454405: no space left on device I suppose I need to look into where cache goes. I thought it would go in that .singularity directory, but there might be something else. I need to inspect more |
It seems your disk is full yeah, I can't help much with that. The sif file I got from the docker image was 2.7GB, but uncompressed it'll be more like 10GB. |
Actually we have plenty of space in the disk. It must be the case that it is storing temporary files in another disk where there is only limited space, i.e., /scratch. I'll have to inspect that |
I am trying to install LaMachine using Singularity on a Linux system, and I got this error:
FATAL: While pulling library image: error fetching image: request did not succeed: Bad image reference provided container ref is not valid: LaMachine (400 Bad Request)
The singularity build has failed unfortunately. You have several options:
This looks like an error with the image, and not in my computer. Can you confirm this, please?
The text was updated successfully, but these errors were encountered: