One liner describing the main idea behind the repository.
In order to create a working environment, the docker is used. To start it, please, follow the next steps.
- Launch the docker daemon.
- Get to the repository root folder:
cd ~/projects/ds-project-template/
- Build the docker image with a proper tag:
docker build -t ds-project-template:latest .
- Run docker container:
docker run -p 8888:8888 -v $(pwd):/usr/src/app ds-project-template:latest
This section describes how the data is obtained.