Skip to content

Commit 0ab3770

Browse files
authored
Update Dockerfile_cpu
1 parent cd1f24b commit 0ab3770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile_cpu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ 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-
COPY requirements.txt .
25-
RUN pip install -r requirements.txt
26-
RUN rm requirements.txt
24+
COPY requirements_dkr.txt .
25+
RUN pip install -r requirements_dkr.txt
26+
RUN rm requirements_dkr.txt
2727
RUN python -c 'import nltk; nltk.download("punkt"); nltk.download("stopwords")'
2828

2929
EXPOSE 8889

0 commit comments

Comments
 (0)