Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 241 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 241 Bytes

Build docker

docker build -t ml_projects . 

RUN docker with jupyter notebook

docker run  -v $PWD:/code -p 8888:8888 --name=ml_projects -it ml_projects

If required add library

pipdeptree -fl > requirements.txt