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,22 +21,12 @@ 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_gpu.txt .
32
25
RUN pip install -r requirements_gpu.txt
33
26
RUN rm requirements_gpu.txt
34
27
RUN pip install setGPU
35
- # RUN pip install numpy jupyter pandas html5lib seaborn matplotlib nltk tqdm transformers mxnet gluonnlp sklearn wordcloud
36
28
RUN python -c 'import nltk; nltk.download("punkt"); nltk.download("stopwords")'
37
29
38
- # RUN jupyter notebook --generate-config --allow-root
39
- # RUN echo "c.NotebookApp.password = u'sha1:6a3f528eec40:6e896b6e4828f525a6e20e5411cd1c8075d68619'" >> /root/.jupyter/jupyter_notebook_config.py
40
30
EXPOSE 8889
41
31
42
32
WORKDIR /workspace/practice
You can’t perform that action at this time.
0 commit comments