1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02: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 && \