When building the Docker image, the following command fails due to permission issues:
RUN curl https://storage.googleapis.com/rl-infra-public/circuit-training/dreamplace/$dreamplace_version -o /dreamplace/dreamplace.tar.gz
The error message indicates that access is denied. It seems that all related files hosted on Google Cloud Storage are currently inaccessible, including: dreamplace, plc_wrapper_main, and models
error message:
AccessDeniedAccess denied.
Details
Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).
Could you please check whether these files are still publicly available or if any permission changes have been made? Any guidance on how to retrieve these resources or alternative download links would be appreciated.