We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c716551 commit e7cbc96Copy full SHA for e7cbc96
1 file changed
src/Dockerfile-sentiment
@@ -1,13 +1,12 @@
1
-FROM tensorflow/tensorflow:latest-gpu
+FROM continuumio/miniconda:4.4.10
2
3
# utils
4
RUN apt-get update && apt-get install -y --no-install-recommends apt-utils
5
6
-#RUN conda install gxx_linux-64
+RUN conda install gxx_linux-64
7
8
-#RUN conda install python=3.6
9
10
-#RUN apt-get install -y --force-yes default-libmysqlclient-dev mysql-client build-essential
+RUN apt-get install -y --force-yes default-libmysqlclient-dev mysql-client build-essential
11
12
# Grab requirements.txt.
13
COPY requirementssenti.txt /tmp/requirementssenti.txt
0 commit comments