https://github.com/eggplants/nlp100-Docker
1.3K
A Docker image for nlp100
docker pull eggplanter/nlp100
or
git clone --depth 1 https://github.com/eggplants/nlp100_docker
cd nlp100_docker
docker build -t eggplanter/nlp100 .
docker run -v $(pwd):/home/local_home/ -p 10000:8888 eggplanter/nlp100
or
curl -sL https://git.io/Jz5ec | docker-compose -f- up -d
Go to http://localhost:10000
https://qiita.com/tikogr/items/6b1e48e0143195a426d1#dockerfile
Content type
Image
Digest
Size
1.5 GB
Last updated
almost 5 years ago
docker pull eggplanter/nlp100