The repository provides scripts for building and using a custom Datalab image.
Adjust the configuration:
vim Dockerfile Makefile requirements.txt run.sh
Build a custom Datalab image and upload it to Container Registry:
make build
Create an instance in Compute Engine and connect to Datalab:
make create
Stop the instance:
make stop
Connect to Datalab, resuming the instance if needed:
make connect
Connect to the instance via SSH:
make shell
Delete the instance:
make delete