You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: It looks like you need to remove the xvfb environment specifications for this to work. I couldn't get it to run without removing them from the docker run command.
Related to this issue, It seems that if you do something like this in your setup you can spawn multiple containers from calling the script once:
${CMDPREFIX} -a /usr/bin/python3 /apps/rip.py --directory $1 --ripper_version $2 --log_file $3
The -a command sets the xvfb-run step to Auto, so it will search for an available port and then select it for the virtual buffer! It works on the Salk cluster now at least in Docker, unsure if it will work with a Singularity container.
When running more than one singularity or docker containers, I get
xvfb-run: error: Xvfb failed to start
See https://stackoverflow.com/questions/30332137/xvfb-run-unreliable-when-multiple-instances-invoked-in-parallel for an explanation.. for docker I think the culprit is
two-photon/rip_docker.sh
Line 35 in 32cc9d5
The text was updated successfully, but these errors were encountered: