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.