aws-samples / amazon-textract-transformer-pipeline

Post-process Amazon Textract results with Hugging Face transformer models for document understanding
MIT No Attribution
88 stars 25 forks source link

Update attp-bootstrap.cfn.yaml #35

Closed abys72 closed 1 year ago

abys72 commented 1 year ago

This part of the build project the url used to install the poetry is invalid, so i updated in my project. the error that shows with the default url installation: [Container] 2023/06/21 21:23:31 Running command set -ex

[Container] 2023/06/21 21:23:31 Running command curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - File "", line 1 404: Not Found ^ SyntaxError: illegal target for annotation

[Container] 2023/06/21 21:23:33 Command did not exit successfully curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - exit status 1 [Container] 2023/06/21 21:23:33 Phase complete: PRE_BUILD State: FAILED [Container] 2023/06/21 21:23:33 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -. Reason: exit status 1

Issue #, if available:

Description of changes:

Testing done:


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

athewsey commented 1 year ago

Hi, thanks for raising this & sharing the fix! Happy to merge