The repository provides scripts for building and using a custom Datalab image.
Adjust the configuration:
vim Dockerfile Makefile requirements.txt run.shBuild a custom Datalab image and upload it to Container Registry:
make buildCreate an instance in Compute Engine and connect to Datalab:
make createStop the instance:
make stopConnect to Datalab, resuming the instance if needed:
make connectConnect to the instance via SSH:
make shellDelete the instance:
make delete