gfn.gym.helpers.chip_design.build_container¶
Build the Singularity/Apptainer container for plc_wrapper_main.
- Usage:
python -m gfn.gym.helpers.chip_design.build_container
- On systems with fakeroot support:
python -m gfn.gym.helpers.chip_design.build_container –from-def
This creates plc_wrapper.sif next to this file.
Attributes¶
Functions¶
|
Module Contents¶
- gfn.gym.helpers.chip_design.build_container._DEF_FILE¶
- gfn.gym.helpers.chip_design.build_container._DIR¶
- gfn.gym.helpers.chip_design.build_container._DOCKER_URI = 'docker://ubuntu:20.04'¶
- gfn.gym.helpers.chip_design.build_container._SIF_FILE¶
- gfn.gym.helpers.chip_design.build_container._find_singularity()¶
- Return type:
str
- gfn.gym.helpers.chip_design.build_container.build(from_def=False)¶
- Parameters:
from_def (bool)
- Return type:
None
- gfn.gym.helpers.chip_design.build_container.parser¶