[google-appengine] Re: Dockerless python and libraries

2015-08-08 Thread Jeff Schnitzer
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 pdk...@gmail.com wrote: However, when doing a dockerless

[google-appengine] Re: Dockerless python and libraries

2015-08-07 Thread pdknsk
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

[google-appengine] Re: Dockerless python and libraries

2015-08-07 Thread pdknsk
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. I meant the runtime has full access. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To