Skip to content

Commit cf7dcee

Browse files
authored
Update Dockerfile_gpu
1 parent 0ab3770 commit cf7dcee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile_gpu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tensorflow/tensorflow:2.0.3-gpu
1+
FROM tensorflow/tensorflow:2.2.0-gpu
22
MAINTAINER taekyoon <tgchoi03@gmail.com>
33

44
RUN apt-get update -y \
@@ -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_gpu.txt .
25-
RUN pip install -r requirements_gpu.txt
26-
RUN rm requirements_gpu.txt
24+
COPY requirements_dkr.txt .
25+
RUN pip install -r requirements_dkr.txt
26+
RUN rm requirements_dkr.txt
2727
RUN pip install setGPU
2828
RUN python -c 'import nltk; nltk.download("punkt"); nltk.download("stopwords")'
2929

0 commit comments

Comments
 (0)