forked from codete/oreilly-intelligent-bots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dockerfile
62 lines (57 loc) · 961 Bytes
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
FROM debian:stretch-slim
RUN apt update && apt install -y \
jupyter-core \
jupyter-notebook \
python3-matplotlib \
python3-numpy \
python3-pandas \
python3-pip \
python3-requests \
python3-scipy \
python3-seaborn \
python-pip \
vim \
git \
ffmpeg
RUN pip3 install \
py-trello \
rasa_nlu \
sklearn_crfsuite \
slackclient \
spacy\
gtts\
pysqlite3 \
matplotlib \
jellyfish \
requests \
pandas \
sklearn \
avs_client \
cherrypy\
pydub\
six \
py4j \
nltk \
rasa_core \
gensim \
slackclient \
tensorflow \
tensorlayer \
keras \
textblob \
stanfordcorenlp \
dill \
ftfy \
scipy \
slackeventsapi \
pymessenger \
flask
EXPOSE 8888
EXPOSE 9000
EXPOSE 5000
EXPOSE 5050
RUN python3 -m spacy download en
RUN python3 -m nltk.downloader all
WORKDIR /home/codete/
RUN mkdir /home/codete/workshop/
CMD jupyter-notebook --ip=0.0.0.0 --no-browser --notebook-dir=/home/codete/workshop/