runtime {
docker: "imagename":HASH
memory: memGB
disks: "local-disk 256 HDD"
cpu: nCores
}
This would be useful for forcing versioning of the docker image in the snapshot.
runtime {
docker: "imagename":HASH
memory: memGB
disks: "local-disk 256 HDD"
cpu: nCores
}
This would be useful for forcing versioning of the docker image in the snapshot.