We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab3770 commit cf7dceeCopy full SHA for cf7dcee
Dockerfile_gpu
@@ -1,4 +1,4 @@
1
-FROM tensorflow/tensorflow:2.0.3-gpu
+FROM tensorflow/tensorflow:2.2.0-gpu
2
MAINTAINER taekyoon <tgchoi03@gmail.com>
3
4
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 \
21
RUN pip install --upgrade pip
22
RUN pip install konlpy cmake
23
24
-COPY requirements_gpu.txt .
25
-RUN pip install -r requirements_gpu.txt
26
-RUN rm requirements_gpu.txt
+COPY requirements_dkr.txt .
+RUN pip install -r requirements_dkr.txt
+RUN rm requirements_dkr.txt
27
RUN pip install setGPU
28
RUN python -c 'import nltk; nltk.download("punkt"); nltk.download("stopwords")'
29
0 commit comments