Skip to content

Commit

Permalink
Add ssh flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Dec 23, 2021
1 parent 786ad52 commit ad9cad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN --mount=type=ssh git clone --recursive [email protected]:uwsampl/3la-tvm.git tv
WORKDIR /root/tvm
RUN --mount=type=ssh git fetch
RUN git checkout 405c12370e9195854c533fdd2b1307d43b8335a2
RUN git submodule sync && git submodule update
RUN --mount=type=ssh git submodule sync && git submodule update
RUN echo 'set(USE_LLVM $ENV{LLVM_CONFIG_PATH})' >> config.cmake
RUN echo 'set(USE_RPC ON)' >> config.cmake
RUN echo 'set(USE_SORT ON)' >> config.cmake
Expand Down

0 comments on commit ad9cad0

Please sign in to comment.