Skip to content

Commit f6de146

Browse files
authored
Merge pull request Kaggle#511 from Kaggle/rosbo-patch-2
TF whl: Remove pin for keras_(applications|preprocessing)
2 parents 3661b12 + 566b5f7 commit f6de146

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tensorflow-whl/Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ RUN apt-get update && apt-get install -y gnupg zip && \
6666
rm bazel_*.deb
6767

6868
# 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
69+
RUN conda install -y python=3.6.6
7370

7471
# Fetch tensorflow
7572
RUN cd /usr/local/src && \

0 commit comments

Comments
 (0)