Docker: Fix tensorflow Dockerfile (#1964)

There are no more *.diff files as of 4f05fde794 so the COPY
command for *.diff makes building the container fail.
This commit is contained in:
Simon Rettberg 2022-03-23 16:23:23 +01:00 committed by GitHub
parent 1f77279d1b
commit b57201d3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,5 @@ RUN mv bazel-0.24.1-linux-x86_64 /usr/local/bin/bazel && chmod 755 /usr/local/bi
# Configure TensorFlow
WORKDIR "/home/tensorflow/tensorflow-1.15.2"
COPY ./*.sh ./
COPY ./*.diff ./
COPY ./.tf_configure.bazelrc .tf_configure.bazelrc
COPY ./Makefile Makefile