-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
What documentation issue are you reporting
Document OOD Job Composer example that runs 'ces-tools'
Issue
Suggested by Bianca Prodan. An example is:
#!/bin/bash
#
#SBATCH --job-name=test
#SBATCH --output=res.txt
#
#SBATCH --ntasks=1
#SBATCH --time=10:00
#SBATCH --mem-per-cpu=100
module load apptainer
source /home/eidf147/eidf147/user147/.container_tokens.env
ces-pull $CR_USER $CR_TOKEN $CR_URL
ces-run CR_URLUse as default example the 'epcc-ces-hello-tre' container, 'anonymous' user and read-only access token as used by 'batch_container_app' (docs/safe-haven-services/open-ondemand/apps/batch-container-app.md).
Provide 'podman' and 'apptainer' examples that work on the TRE VMs.
Either add example to docs/safe-haven-services/open-ondemand/apps/job-composer.md or add as a new page.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation