This is the docker setup for Jupyter notebook/lab for Kaggle using gcr.io/kaggle-images/python
- Clone the repo
- Go to the folder where Dockerfile is located
- $ docker-compose build
- It may take a while to pull the image (15.6GB for latest one)
- Create/Start the container using below command
- $ docker-compose up
- Stop the container using the below command
- $ docker-compose down