srun 0.0.7

Library and a command-line tool for running specific tasks in a sandbox environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: main
image: python:3  
script:
  - cat task-with-assets.yaml
  - echo
  - cat /assets/srun/rust.html | grep title
workdir: /data
assets:
  srun/rust.html: https://prev.rust-lang.org
mounts:
  /data: ./examples/