antux18
2f779d0ab0
- Removed support for running ECG with multiple config files at the same time: will be called with a single one only - Removed storage management of outputs, paths are now given using command line args. - Started working on cache support.
15 lines
322 B
YAML
15 lines
322 B
YAML
artifact_url: "http://localhost/artifact.zip"
|
|
type: "zip"
|
|
doi: "XX.XXXX/XXXXXXX.XXXXXXX"
|
|
image_name: "prog:latest"
|
|
dockerfile_location: "./"
|
|
package_managers:
|
|
- "dpkg"
|
|
- "pip"
|
|
git_packages:
|
|
- name: "pkg1"
|
|
location: "/pkg1"
|
|
misc_packages:
|
|
- name: "mpkg1"
|
|
url: "http://localhost/package1.zip"
|
|
type: "zip" |