Docker: Fix path, because files are in the same folder (#200)

This commit is contained in:
Guy Sheffer 2020-01-15 20:54:33 +02:00 committed by Michael Mayer
parent 8a476edc2a
commit a4014ba560

View file

@ -57,8 +57,8 @@ 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.14.0"
COPY /docker/tensorflow/*.sh ./
COPY /docker/tensorflow/*.diff ./
COPY /docker/tensorflow/.tf_configure.bazelrc .tf_configure.bazelrc
COPY /docker/tensorflow/Makefile Makefile
COPY ./*.sh ./
COPY ./*.diff ./
COPY ./.tf_configure.bazelrc .tf_configure.bazelrc
COPY ./Makefile Makefile
RUN make patch