Docker-style SCIF containers (https://sci-f.github.io/tutorial-preview-install) are now supported. If the entrypoint of an OCI container is thescifexecutable, then therun/exec/shellcommands in--ocimode can be given the--app <appname>flag, and will automatically invoke the relevant SCIF comm...
- Two subcommands have been added for managing keyservers (globally only): - `add-keyserver` with two options: - `--order`: to define the order of the keyserver (1 is the primary keyserver) - `--insecure`: to allow to connect to insecure keyserver (like no valid TLS certificate) -...
$ singularity-compose logs app $ singularity-compose logs app --tail 30 $ singularity-compose shell app $ singularity-composeexecapp uname -a When you open your browser tohttp://127.0.0.1you should see the upload interface. If you drop a file in the box (or click to select) we will us...
For this to work I need to update LD_LIBRARY_PATH in the container's environment, however, currently I have to modify the user's image OR prefix their exec commands with env LD_LIBRARY_PATH=/usr/local/nvidia/lib64:/usr/local/nvidia/lib to do this because of this issue. For example: ...
replace insingularity-exec-conf.tmpl /efs/singularity/containersbycontainer-path /efsby any storage path you want to have available within the container (if not necessary, please remove/efs) /scratchbyscratch-path the remaining options should remain unchanged. Thepath=variables will create the bind...
scp -o sftp_server="singularity -s exec --overlay=/data/HCPsquash/hcp1200-00-100206-103414.squashfs /data/HCPsquash/sing_squashfs.simg /usr/libexec/openssh/sftp-server" user@computer2:/HCP_1200_data/remote_file.txt localfile.txt or more simply using the same type of wrapper described fo...
fix DOCKER_HOST_FROM_CONTAINER config for local exec; fix object ACLs for multipart uploads; add initial support for Kinesis stream consumers; enhance proxy to transparently accept both HTTP/HTTPS on the same port; support TemplateURL for CF ValidateTemplate; support Marker for S3 ListObjects; fix...