2024-07-18 17:56:57 +02:00
|
|
|
let { Artifact, .. } = import "../workflow/nickel/artifact_contract.ncl" in
|
|
|
|
{
|
|
|
|
artifact_url = "https://zenodo.org/record/7508499/files/wsmoses/PolygeistGPU-Docker-v0.2.1.zip",
|
|
|
|
type = "zip",
|
|
|
|
doi = "10.1145/3572848.3577475",
|
|
|
|
image_name = "polygeist:artefact",
|
|
|
|
dockerfile_location = "wsmoses-PolygeistGPU-Docker-ba18197/MocCUDA",
|
|
|
|
package_managers = [ "dpkg", "pip" ],
|
|
|
|
git_packages = [
|
|
|
|
{ name = "MocCUDA", location = "/root/MocCUDA"}
|
|
|
|
],
|
|
|
|
misc_packages = [
|
2024-07-19 15:28:58 +02:00
|
|
|
{ name = "cmake-3.23.1", url = "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1.tar.gz" }
|
2024-07-18 17:56:57 +02:00
|
|
|
],
|
|
|
|
} | Artifact
|