Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 275 Bytes

File metadata and controls

12 lines (10 loc) · 275 Bytes

Simple baker container with python2.

name: python-container
container: {}
lang:
  - python2
commands:
  demo: python demo.py

Run baker bake. You can run any code snippet added to this directory, or you can try out baker run demo, to execute the demo.py snippet.