-
Hi,
maybe I'm doing something wrong ... but I'm not being able to use the containerized `singularity-python`. I'm using the recipe (Singularity.container) provided in this repository. It builds wit…
-
Hi,
From the latest stable version, each try to convert a recipe failing to:
```
Traceback (most recent call last):
File "/usr/local/bin/spython", line 9, in
load_entry_point('spython=…
-
Logged in, using Firefox 57.0.4 on Red Had Enterprise Linux.
Viewing this page: https://www.singularity-hub.org/collections/95
I expected the trigger build button to add an active build to the li…
-
Right now the Singularity Registry doesn't know about the global client --> github.com/singularityhub/sregistry-cli and this is understandable because it didn't exist before :) However, now the pages …
vsoch updated
6 years ago
-
Hi @vsoch ,
is there a way to fix this? or I should go back to previous sregistry version?
```
WARNING Database disabled. Install sqlalchemy for full functionality
Operations to perform:
Ap…
-
We anticipate that after a production deployment of our registry instance, it won't be long before we have to handle very large container image uploads. We'd like to find a way to handle this before w…
-
This is valid Dockerfile syntax to set 2 environment variables:
```
ENV A=B X=Y
```
When converting this from Docker to Singularity, the Singularity output is incorrect:
```
%post
A=B=X=Y…
-
## Expected Behavior
by example, without spython
this executes the %runscript in my container with args
```
$singularity instance.run image.img --nv test
$singularity run instance://test [args.…
-
Is there a way to create a singularity hub repo (similar to docker-hub) to push singularity images to? Instead of using a github + webhook to rebuild automatically. With dockerhub we can just push ima…
-
- What do you think about binary wheel over egg distribution?
- conditional import in setup.py
```
try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core…