SarderLab / girder_worker

Distributed task execution engine with Girder integration, developed by Kitware
http://girder-worker.readthedocs.io/
Apache License 2.0
0 stars 0 forks source link

Docker Plugin Image - Singularity Compatibility #1

Closed suhasthegame closed 4 months ago

suhasthegame commented 4 months ago

All older Docker Images should have a new LABEL added to their Dockerfile as shown below - LABEL entry_path=

This will help Singularity images recognize the path where the code of your plugin exists.

For certain plugins that want a path on the filesystem for temporary file operations - use the environment variable "TMPDIR" to get the temp folder location which you can use to perform temporary OS operations such as downloading/uploading images.