Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 305 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 305 Bytes

Build gensim image

In docker directory run the following command to build the image locally:

docker build -t gensim .

Run ipython notebook with installed gensim

Just execute:

docker run -p 9000:9000 gensim

Run the interactive bash mode

docker run -it gensim /bin/bash