Ah, thanks! Works great. If it helps anyone, adding PIL is simply this Dockerfile:
FROM gcr.io/google_appengine/python-compat RUN apt-get update && apt-get install -y python-imaging ADD . /app On Fri, Aug 7, 2015 at 10:42 PM, pdknsk <[email protected]> wrote: > However, when doing a dockerless deploy (which is AWESOME thank you!) it >> creates no such file. I can't figure out exactly what I'm supposed to do. >> > > The file is created when you use -gcloud preview app run- not deploy. The > documentation is a bit confusing on this. Alternatively, the default file > for each runtime is > in google-cloud-sdk/./lib/googlecloudsdk/appengine/dockerfiles/ also. > > The libraries concept doesn't apply because the managed VM has full access > to the system. If the library is installed, it can be imported. > -- 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 http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CADK-0uhg%2BidMkSFWd95dsMOR1-4KUShTiqDOXm%3DcB-mBDg2S9Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
