Skip to content
Nathan Borggren, PhD edited this page Jun 11, 2020 · 2 revisions

building the container:

docker build -t konlpy -f Dockerfile .

running the docker container and jupyter:

docker run -it -p 8079:8888 -v ~/Codes/BadukNews:/data konlpy

cd data

jupyter notebook --no-browser --ip=0.0.0.0 --allow-root

Clone this wiki locally