2024-07-18 17:56:57 +02:00
|
|
|
let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
|
|
|
|
{
|
|
|
|
artifact_url = "https://zenodo.org/record/7004393/files/deinsum/sc22-artifact-0.4.zip",
|
|
|
|
type = "zip",
|
|
|
|
doi = "10.5555/3571885.3571918",
|
|
|
|
image_name = "deinsum:artefact_gpu",
|
|
|
|
dockerfile_location = "deinsum-sc22-artifact-7559901/docker_gpu",
|
|
|
|
package_managers = [ "dpkg", "pip" ],
|
|
|
|
git_packages = [
|
2024-07-19 15:28:58 +02:00
|
|
|
{ name = "dace", location = "/dace" },
|
|
|
|
{ name = "multilinear-algebra-sc22-artifact", location = "/multilinear-algebra-sc22-artifact" },
|
|
|
|
{ name = "ctf", location = "/ctf" }
|
2024-07-18 17:56:57 +02:00
|
|
|
],
|
|
|
|
misc_packages = [
|
2024-07-19 15:28:58 +02:00
|
|
|
{ name = "pip", url = "https://bootstrap.pypa.io/get-pip.py" }
|
2024-07-18 17:56:57 +02:00
|
|
|
],
|
|
|
|
} | Artifact
|