Skip to content

Commit e7cbc96

Browse files
committed
updated docker image for sentiment inference server
1 parent c716551 commit e7cbc96

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/Dockerfile-sentiment

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
FROM tensorflow/tensorflow:latest-gpu
1+
FROM continuumio/miniconda:4.4.10
22

33
# utils
44
RUN apt-get update && apt-get install -y --no-install-recommends apt-utils
55

6-
#RUN conda install gxx_linux-64
6+
RUN conda install gxx_linux-64
77

8-
#RUN conda install python=3.6
98

10-
#RUN apt-get install -y --force-yes default-libmysqlclient-dev mysql-client build-essential
9+
RUN apt-get install -y --force-yes default-libmysqlclient-dev mysql-client build-essential
1110

1211
# Grab requirements.txt.
1312
COPY requirementssenti.txt /tmp/requirementssenti.txt

0 commit comments

Comments
 (0)