atsukoba / dockerfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfiles

Image Nmae Build Status Features
πŸ”— minimum-jp Docker Cloud Build Status The minimum setup that only includes some basical packages and Python 3.6
πŸ”— crawler-jp Docker Cloud Build Status A setup for the crawling use that inlcudes selenium
πŸ”— nlp-jp Docker Cloud Build Status A basical setup for NLP. It includes mecab+neologd and some other Python packages
πŸ”— nlp-jp-gpu Docker Cloud Build Status A GPU-ready setup for NLP. It assumes a heavy use, so the image size is very large (approx 10 GB)

Common settings

  • Ubuntu: 16.04
  • Python: 3.6
  • locale: ja_JP

How to make a new image

# create a new branch from the initial commit
$ git chechout -b <branch_name> 22e88

# then add your Dockerfile and anything else
$ mkdir <branch_name>
$ touch <branch_name>/Dockerfile

About


Languages

Language:Dockerfile 92.9%Language:Shell 7.1%