Skip to content

This is the docker setup for Jupyter notebook/lab for Kaggle using gcr.io/kaggle-images/python

Notifications You must be signed in to change notification settings

venkat-ml/Kaggle_Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle_Container

This is the docker setup for Jupyter notebook/lab for Kaggle using gcr.io/kaggle-images/python

Steps to setup the docker container:

  1. Clone the repo
  2. Go to the folder where Dockerfile is located
  3. $ docker-compose build
  4. It may take a while to pull the image (15.6GB for latest one)
  5. Create/Start the container using below command
  6. $ docker-compose up
  7. Stop the container using the below command
  8. $ docker-compose down

port can be specified in docker-compose.yml

in this case port 8892 is used

Run the jupyter notebook from http://localhost:8892/tree

About

This is the docker setup for Jupyter notebook/lab for Kaggle using gcr.io/kaggle-images/python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published