Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.57 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.57 KB

One-Off Coder Logo

Purpose

The purpose of this container is to create a Natural Language Processing (NLP) Conda environment with Jupyter Lab.

Here are some NLP packages installed.

Docker Hub

Image

Docker

Build it.

./build.sh

Run it.

docker run -it -p 8888:8888 conda-nlp:local

Run it with a mounted host folder.

docker run -it \
    -v $HOME/git/docker-containers/conda-nlp/ipynb:/ipynb \
    -p 8888:8888 \
    conda-nlp:local

Observe it: http://localhost:8888.

Take a Look!

Check out Robert Schapire.

Citation

@misc{oneoffcoder_conda_nlp_2019, 
title={Docker container for Natural Language Processing with Jupyter Lab}, 
url={https://github.com/oneoffcoder/docker-containers/tree/master/conda-nlp}, 
journal={GitHub},
author={One-Off Coder}, 
year={2019}, 
month={Jul}}