mirror of https://github.com/MycroftAI/mimic2.git
update docker to tensorflow 1.8 and python3
parent
45584e8a93
commit
0c0ad01cce
|
@ -1,4 +1,4 @@
|
|||
FROM tensorflow/tensorflow:1.5.0
|
||||
FROM tensorflow/tensorflow:1.8.0-py3
|
||||
|
||||
RUN mkdir /root/mimic2
|
||||
COPY . /root/mimic2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM tensorflow/tensorflow:1.5.0-gpu
|
||||
FROM tensorflow/tensorflow:1.8.0-gpu-py3
|
||||
|
||||
RUN mkdir /root/mimic2
|
||||
COPY . /root/mimic2
|
||||
|
|
Loading…
Reference in New Issue