1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2024-11-23 11:29:43 +01:00

Forgotten to checkout submodules.

This commit is contained in:
Greg Steuck 2016-10-28 15:07:15 -07:00
parent 081902db3e
commit 9e219120d4

View file

@ -23,6 +23,8 @@ ADD . /tfhs
WORKDIR /tfhs WORKDIR /tfhs
RUN git submodule init && git submodule update
# Installs protoc and the libraries. # Installs protoc and the libraries.
RUN \ RUN \
cd third_party/tensorflow && \ cd third_party/tensorflow && \