Skip to content

Commit

Permalink
#141 Clean createDocker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Sep 4, 2024
1 parent 569de41 commit c03a35b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions fre/make/createDocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,6 @@ def dockerfile_create(yamlfile, experiment, platform, target, execute):
bldDir = modelRoot + "/" + fremakeYaml["experiment"] + "/exec"
tmpDir = "tmp/"+platformName

# freMakefile = makefilefre.makefileContainer(exp = fremakeYaml["experiment"],
# libs = fremakeYaml["container_addlibs"],
# srcDir = srcDir,
# bldDir = bldDir,
# mkTemplatePath = mkTemplate,
# tmpDir = tmpDir)
#
# # Loop through components and send the component name and requires for the Makefile
# for c in fremakeYaml['src']:
# freMakefile.addComponent(c['component'],c['requires'],c['makeOverrides'])
# freMakefile.writeMakefile()

dockerBuild = buildDocker.container(base = image,
exp = fremakeYaml["experiment"],
libs = fremakeYaml["container_addlibs"],
Expand Down

0 comments on commit c03a35b

Please sign in to comment.