Skip to content

chrisgian/toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Project: Reusable workspace

Goals:

Reusable workspace for tasks

How to use:

Step 1: clone repo

git clone https://github.com/chrisgian/ml_workbench

cd ml_workbench

Step 2: build image

docker build -t dev_box .

Step 3: run image

docker run -it --rm -p 8888:8888 \
 --mount type=bind,source="$(pwd)"/project,target=/project \
dev_box

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published