Skip to content

Commit

Permalink
update Dockerfiles from tensorfolw1.7 to tensorflow1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JermineHu committed May 16, 2018
1 parent 0955e0f commit 181a0c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.tensorflow.cpu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:artful
MAINTAINER Jermine.hu@qq.com
ENV TENSORFLOW_VERSION 1.7.0
ENV TENSORFLOW_VERSION 1.8.0
RUN apt-get update -y && apt-get install -y --no-install-recommends python3 python3-pip protobuf-compiler;\
pip3 install --upgrade pip==9.0.3 ;\
python3 -V && pip3 -V ;\
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tensorflow.cpu.opencv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jermine/dl:cpu.opencv
MAINTAINER Jermine.hu@qq.com
ENV TENSORFLOW_VERSION 1.7.0
ENV TENSORFLOW_VERSION 1.8.0
RUN apt-get update -y && apt-get install -y --no-install-recommends python3 python3-pip protobuf-compiler;\
pip3 install --upgrade pip==9.0.3 ;\
python3 -V && pip3 -V ;\
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tensorflow.gpu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nvidia/cuda:9.0-cudnn7-runtime-ubuntu16.04
MAINTAINER Jermine.hu@qq.com
ENV TENSORFLOW_VERSION 1.7.0
ENV TENSORFLOW_VERSION 1.8.0
RUN apt-get update -y && apt-get install -y --no-install-recommends python3 python3-pip protobuf-compiler libgomp1;\
pip3 install --upgrade pip==9.0.3 ;\
python3 -V && pip3 -V ;\
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tensorflow.gpu.opencv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jermine/dl:gpu.opencv
MAINTAINER Jermine.hu@qq.com
ENV TENSORFLOW_VERSION 1.7.0
ENV TENSORFLOW_VERSION 1.8.0
RUN apt-get update -y && apt-get install -y --no-install-recommends python3 python3-pip protobuf-compiler python3-tk ;\
apt-get install -y --allow-downgrades libcudnn7=7.0.5.15-1+cuda9.0 ;\
pip3 install --upgrade pip==9.0.3 ;\
Expand Down

0 comments on commit 181a0c1

Please sign in to comment.