Skip to content

dvdmllr/skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Docker Project Skeleton

Execute the following commands from command line in your workspace to make use of the skeleton for a new data science project. Replace placeholders.

git clone https://github.com/dvdmllr/skeleton.git
mv skeleton <NEW_PROJECT_NAME>
cd <NEW_PROJECT_NAME>
rm -rf .git
echo '' > README.md 
git init
docker build -t <CONTAINER_NAME> .
docker run -v $PWD:/home/jovyan/work -it --rm -p 8888:8888 <CONTAINER_NAME>

About

A simple data science project skeleton to kickstart data science projects using a reproducible Docker environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors