-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
The documentation says that running sam build and sam deploy --guided will deploy the layer. But, I get an error when I followed this.
Steps to reproduce the issue:
- Fork the fmi repository
- Setup AWS credentials (access key and id)
- cd python/aws/python39
- Run
sam build - The error message I got was:
Build Failed
Error: CustomMakeBuilder:MakeBuild - Make Failed: Unable to find image 'fmi-build-python39:latest' locally
docker: Error response from daemon: pull access denied for fmi-build-python39, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
make: *** [build-python39] Error 125Possible way to fix this:
- Update documentation to include step to build the docker image from this repo: https://github.com/OpenCoreCH/FMI-build-docker
Update on this: I fixed this by building the docker image from the repo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels