File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,11 @@ RUN wget https://cmake.org/files/v3.14/cmake-3.14.3-Linux-x86_64.sh \
21
21
RUN pip install --upgrade pip
22
22
RUN pip install konlpy cmake
23
23
24
- # WORKDIR /workspace
25
- # RUN wget https://raw.githubusercontent.com/konlpy/konlpy/master/scripts/mecab.sh \
26
- # && bash mecab.sh
27
- # RUN rm -rf /notebooks/*
28
-
29
- # RUN pip install gensim soynlp soyspacing bokeh networkx selenium lxml pyldavis sentencepiece
30
-
31
24
COPY requirements.txt .
32
25
RUN pip install -r requirements.txt
33
26
RUN rm requirements.txt
34
- # RUN pip install numpy jupyter pandas html5lib seaborn matplotlib nltk tqdm transformers mxnet gluonnlp sklearn wordcloud
35
27
RUN python -c 'import nltk; nltk.download("punkt"); nltk.download("stopwords")'
36
28
37
- # RUN jupyter notebook --generate-config --allow-root
38
- # RUN echo "c.NotebookApp.password = u'sha1:6a3f528eec40:6e896b6e4828f525a6e20e5411cd1c8075d68619'" >> /root/.jupyter/jupyter_notebook_config.py
39
29
EXPOSE 8889
40
30
41
31
WORKDIR /workspace/practice
You can’t perform that action at this time.
0 commit comments