From Zero Repository for doing devOps work
- This is an example how to use colab
Build Out python project scaffold:
- Makefile
- requirements.txt
- test_library.py
- python_library
- Dockerfile
- command-line-tool
- Microservice
- Create a virtualenv:
virtualenv ~/.venv - edit my
~/.bashrcsource ~/.venv/bin/activate - clone projet then run
make all
docker run -p 127.0.0.1:8080:8080 279f76cce301
