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

[Docker] allow specifying CI branch

parent 7a19e701
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ MAINTAINER Yaman Umuroglu <yamanu@xilinx.com>
ARG PYTHON_VERSION=3.6
ARG VIVADO_PATH
ARG BUILD_PATH
ARG FINN_CI_BRANCH
WORKDIR /workspace
......@@ -60,7 +61,7 @@ RUN git clone --branch feature/synth_rpt https://github.com/maltanar/PYNQ-HelloW
RUN git -C /workspace/PYNQ-HelloWorld checkout db7e418767ce2a8e08fe732ddb3aa56ee79b7560
# FINN
RUN git clone --branch dev https://github.com/Xilinx/finn /workspace/finn
RUN git clone --branch $FINN_CI_BRANCH https://github.com/Xilinx/finn /workspace/finn
RUN pip install -r /workspace/finn/requirements.txt
RUN apt update; apt install nano
......
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