Skip to content

chain-rule/Datalab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datalab

The repository provides scripts for building and using a custom Datalab image.

Installation

Adjust the configuration:

vim Dockerfile Makefile requirements.txt run.sh

Build a custom Datalab image and upload it to Container Registry:

make build

Usage

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