Container with all requirements installed as environment for the Elements SDK.
Run following code to build the elements:v2.2 container with podman.
podman build -t dnltz/elements:v2.2 .Alternatively, build a container with the latest version of OpenROAD Flow Scripts.
podman build -t dnltz/elements:latest --build-arg OPENROAD_FLOW_COMMIT=master .podman login
podman push dnltz/elements:v2.2