Create development environments that is coud-based:
A bried instruction how to use colab
Build out Python project scaffold:
- Makefile
- requirements.txt
- test_library.py
- python_library
- Dockerfile
- command-line-tool
- Microservice
- Create a virtual evironment
virtualenv ~/.venv - edited my
.bashrcsource ~/.venv/bin/activate - clone project do
make all
docker run -p 127.0.0.1:8080:8080 08c1160301e3
