Open orena1 opened 1 year ago
I could work around this problem by using network instead of a unix socket:
docker/nginx.conf
uwsgi_pass 127.0.0.1:10002;
docker/uwsgi.ini
socket = 127.0.0.1:10002
Thanks @mestia so what should I do?
You need to clone the repository, modify the 2 mentioned above files and re-build the singularity image with make singularity-build
After that one should be able to start the singularity instance and access the server from a browser.
Hi, I've followed the instructions here https://elephant-track.github.io/#/?id=setting-up-with-singularity
But I get this error:
Any suggestions? Thanks, Oren