Hello,
My submission is failing with a network connection error. The error log shows a socket.gaierror: [Errno -3] Temporary failure in name resolution when the workflow tries to run the get_docker_config.py step.
Here's another part of the error log: "-get-tool.cwl_synapse-get/instance-k8oi329h with ID kind-https_raw.githubusercontent.com_Sage-Bionetworks-Workflows_cwl-tool-synapseclient_v1.4_cwl_synapse-get-tool.cwl_synapse-get/instance-k8oi329h to 0
STDERR: 2025-09-10T15:51:17.758704451Z <========="
This seems to be because the standard workflow is trying to connect to Synapse, but the challenge rules state that the execution environment has no internet access. My own Docker container and inference script are designed to run fully offline, but the workflow fails before my code is executed.
Could you please advise on how to proceed? It seems the workflow itself may not be compatible with the offline environment.
Thank you.