HI, I have been getting the same error when I try to deploy a docker image from gcr.io container registry at flex environment. In dockerfile I am installing opencv and dlib libraries. Below is my app.yaml and dockerfile attached. Kindly let me know how can I fix this.
runtime: python env: flex entrypoint: gunicorn -b :$PORT main:app service: python readiness_check: path: "/readiness_check" check_interval_sec: 60 timeout_sec: 30 failure_threshold: 5 success_threshold: 5 app_start_timeout_sec: 3600 liveness_check: path: "/liveness_check" check_interval_sec: 60 timeout_sec: 30 failure_threshold: 5 success_threshold: 5 manual_scaling: instances: 1 resources: cpu: 1 memory_gb: 3.75 disk_size_gb: 10 skip_files: - tmp/ - log/ - ^(.*/)?\.bak$ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/c8388874-8fbd-4f32-9d5d-2b31755b57af%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Dockerfile
Description: Binary data
