mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Docker: Fix path, because files are in the same folder (#200)
This commit is contained in:
parent
8a476edc2a
commit
a4014ba560
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue