Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg committed May 25, 2021
1 parent dba0798 commit 6aa9cb6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:buster

RUN pip3 install --upgrade pip
RUN pip3 install cherrypy
RUN pip3 install rdflib
RUN pip3 install treelib
RUN pip3 install nltk
RUN python -m nltk.downloader stopwords

0 comments on commit 6aa9cb6

Please sign in to comment.