We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3661b12 + 566b5f7 commit f6de146Copy full SHA for f6de146
tensorflow-whl/Dockerfile
@@ -66,10 +66,7 @@ RUN apt-get update && apt-get install -y gnupg zip && \
66
rm bazel_*.deb
67
68
# Tensorflow doesn't support python 3.7 yet. See https://github.com/tensorflow/tensorflow/issues/20517
69
-RUN conda install -y python=3.6.6 && \
70
- # Another fix for TF 1.10 https://github.com/tensorflow/tensorflow/issues/21518
71
- pip install keras_applications==1.0.4 --no-deps && \
72
- pip install keras_preprocessing==1.0.2 --no-deps
+RUN conda install -y python=3.6.6
73
74
# Fetch tensorflow
75
RUN cd /usr/local/src && \
0 commit comments