https://github.com/DeepSoftwareAnalytics/swe-factory/blob/main/app/agents/test_analysis_agent/test_analysis_agent.py#L317
As shown in the code, nocache=True — why is it set to True, when setting it to False would allow Docker build to utilize the cached image layers?
https://github.com/DeepSoftwareAnalytics/swe-factory/blob/main/app/agents/test_analysis_agent/test_analysis_agent.py#L317
As shown in the code,
nocache=True— why is it set to True, when setting it to False would allow Docker build to utilize the cached image layers?