Skip to content

Commit d50ae8a

Browse files
committed
Update submodules with new ref
1 parent afc1708 commit d50ae8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfile/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ ARG GIT_REF=main
201201
RUN /bin/bash -c "git clone --filter=blob:none --recurse-submodules --tags \
202202
https://github.com/tenstorrent/tt-metal.git ${TT_METAL_HOME} \
203203
&& cd ${TT_METAL_HOME} \
204-
&& git checkout ${GIT_REF}"
204+
&& git checkout ${GIT_REF} \
205+
&& git submodule update --init --recursive"
205206

206207
WORKDIR /tt-metal
207208

0 commit comments

Comments
 (0)