We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3af14 commit c14b7fcCopy full SHA for c14b7fc
tensorflow-whl/Dockerfile
@@ -72,7 +72,9 @@ RUN cp /usr/local/cuda-10.2/targets/x86_64-linux/include/cublas_api.h /usr/local
72
RUN cd /usr/local/src && \
73
git clone https://github.com/tensorflow/tensorflow && \
74
cd tensorflow && \
75
- git checkout tags/v2.3.1
+ git checkout tags/v2.3.1 && \
76
+ pip install keras_applications --no-deps && \
77
+ pip install keras_preprocessing --no-deps
78
79
# Create a TensorFlow wheel for CPU
80
RUN cd /usr/local/src/tensorflow && \
0 commit comments