Docker Conda
Introduction
Base image for python projects using conda
Deploy and Usage
Clone Repository
$ git clone git@github.com:andrespp/docker-conda.git
Build and test docker image
$ make setup
$ make run-test
Run interactive session
$ make runi
Run Job
$ make run
Get Help
$ make
Development
Set image name
Edit IMAGE_NAME
variable on Makefile
Set job commands
Define job commands through Makefile