/fetch-tasks

Primary LanguageJupyter Notebook

Fetch Assignments

Cloning the repository on local machine

git clone https://github.com/vipulsarode/fetch-tasks.git

Running docker container

# Create an Docker Image
docker build -t fetch-tasks-container .

# Run Docker Container
docker run -p 8888:8888 -v $(pwd):/workspace fetch-tasks-container