Aditya239233 / docker-environment

A common docker development environment for data science projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-environment

A common docker development environment for data science projects

Quickstart

  1. Make sure you have docker installed. To install docker, check the installation https://docs.docker.com/get-docker/

  2. Run the bash script setup.sh to build the docker image from Docker file

  3. Run the bash script run.sh to run the docker container

Note: To change the name of the container, change the name in both the bash scripts from common_dev_env to <your_name>

About

A common docker development environment for data science projects


Languages

Language:Jupyter Notebook 99.0%Language:Dockerfile 0.8%Language:Shell 0.2%