We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc1708 commit d50ae8aCopy full SHA for d50ae8a
dockerfile/Dockerfile
@@ -201,7 +201,8 @@ ARG GIT_REF=main
201
RUN /bin/bash -c "git clone --filter=blob:none --recurse-submodules --tags \
202
https://github.com/tenstorrent/tt-metal.git ${TT_METAL_HOME} \
203
&& cd ${TT_METAL_HOME} \
204
- && git checkout ${GIT_REF}"
+ && git checkout ${GIT_REF} \
205
+ && git submodule update --init --recursive"
206
207
WORKDIR /tt-metal
208
0 commit comments