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:
parent
081902db3e
commit
9e219120d4
1 changed files with 2 additions and 0 deletions
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in a new issue