Skip to content
Snippets Groups Projects
Commit f45ac970 authored by AxelCarayon's avatar AxelCarayon
Browse files

Le fichier YAML précise maintenant si un dockerFile est présent ou non

parent b57e51cc
No related branches found
No related tags found
1 merge request!21Ajout docker
...@@ -217,6 +217,7 @@ def writeInYaml() -> None: ...@@ -217,6 +217,7 @@ def writeInYaml() -> None:
cur_yaml.update({"outputs":outputFiles}) cur_yaml.update({"outputs":outputFiles})
cur_yaml.update({"params":paramsFiles}) cur_yaml.update({"params":paramsFiles})
cur_yaml.update({"instruction":instructionFile}) cur_yaml.update({"instruction":instructionFile})
cur_yaml.update({"dockerfile":fileExists(DOCKERFILE)})
checksums = {"checksums":genChecksums()} checksums = {"checksums":genChecksums()}
cur_yaml.update(checksums) cur_yaml.update(checksums)
with open(EXPERIMENT_RESUME, 'w') as yamlFile: with open(EXPERIMENT_RESUME, 'w') as yamlFile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment