Skip to content

Commit 2185db5

Browse files
authored
Update Dockerfile_gpu
1 parent 588fad3 commit 2185db5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile_gpu

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,12 @@ 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_gpu.txt .
3225
RUN pip install -r requirements_gpu.txt
3326
RUN rm requirements_gpu.txt
3427
RUN pip install setGPU
35-
# RUN pip install numpy jupyter pandas html5lib seaborn matplotlib nltk tqdm transformers mxnet gluonnlp sklearn wordcloud
3628
RUN python -c 'import nltk; nltk.download("punkt"); nltk.download("stopwords")'
3729

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

4232
WORKDIR /workspace/practice

0 commit comments

Comments
 (0)