snoop2head / docker_konlpy_django

🐳 Docker Image with KoNLPy & Django with PostgreSQL for AWS deployment

Home Page:https://hub.docker.com/repository/docker/snoop2head/django_konlpy_postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker_konlpy_django

Django & Konlpy combine docker image for AWS deployment

Installation && Usage

docker image build .

or

docker image pull snoop2head/django_konlpy_postgres

Structure

image-20200422145948905

OS is Ubuntu latest verision

  • JRE/JDK on top of Ubuntu
    • KoNLPy's dependency
  • Python3 and pip3 on top of Ubuntu
    • Django and its dependencies
    • KoNLPy
    • psycopg2-binary for PostgreSQL DB connection

About

🐳 Docker Image with KoNLPy & Django with PostgreSQL for AWS deployment

https://hub.docker.com/repository/docker/snoop2head/django_konlpy_postgres

License:Apache License 2.0


Languages

Language:Dockerfile 96.1%Language:Shell 3.9%