Skip to content
Snippets Groups Projects
Commit f3ab3dee authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docker] typo fix in CI Dockerfile

parent 53c00102
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ RUN git clone https://github.com/maltanar/finn-hlslib.git /workspace/finn-hlslib ...@@ -53,7 +53,7 @@ RUN git clone https://github.com/maltanar/finn-hlslib.git /workspace/finn-hlslib
# PyVerilator # PyVerilator
RUN git clone https://github.com/maltanar/pyverilator /workspace/pyverilator RUN git clone https://github.com/maltanar/pyverilator /workspace/pyverilator
# PYNQ-HelloWorld # PYNQ-HelloWorld
RUN git clone feature/synth_rpt https://github.com/maltanar/PYNQ-HelloWorld.git /workspace/PYNQ-HelloWorld RUN git clone https://github.com/maltanar/PYNQ-HelloWorld.git /workspace/PYNQ-HelloWorld
# checkout desired FINN branch for testing # checkout desired FINN branch for testing
RUN git clone --branch $FINN_CI_BRANCH https://github.com/Xilinx/finn /workspace/finn RUN git clone --branch $FINN_CI_BRANCH https://github.com/Xilinx/finn /workspace/finn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment