Skip to content

Commit 588fad3

Browse files
authored
Update Dockerfile_cpu
1 parent b6567ac commit 588fad3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile_cpu

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,11 @@ RUN wget https://cmake.org/files/v3.14/cmake-3.14.3-Linux-x86_64.sh \
2121
RUN pip install --upgrade pip
2222
RUN pip install konlpy cmake
2323

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-
3124
COPY requirements.txt .
3225
RUN pip install -r requirements.txt
3326
RUN rm requirements.txt
34-
# RUN pip install numpy jupyter pandas html5lib seaborn matplotlib nltk tqdm transformers mxnet gluonnlp sklearn wordcloud
3527
RUN python -c 'import nltk; nltk.download("punkt"); nltk.download("stopwords")'
3628

37-
# RUN jupyter notebook --generate-config --allow-root
38-
# RUN echo "c.NotebookApp.password = u'sha1:6a3f528eec40:6e896b6e4828f525a6e20e5411cd1c8075d68619'" >> /root/.jupyter/jupyter_notebook_config.py
3929
EXPOSE 8889
4030

4131
WORKDIR /workspace/practice

0 commit comments

Comments
 (0)