Skip to content

Latest commit

 

History

History
 
 

extending_runtime_compat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Google App Engine Managed VMs extending runtime python-compat

This sample demonstrates how to extend the python-compat runtime on Google App Engine Managed VMs

Running & deploying the sample

  1. requirements.txt is automatically installed by the runtime when deploying, however, to run the sample locally you will need to install dependencies:

     $ pip install -r requirements.txt
    
  2. Run the sample on your development server:

     $ dev_appserver.py --runtime python-compat .
    
  3. Deploy the sample:

     $ gcloud preview app deploy