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

[Deps+Docker] clone finn-base in dockerfile, update version

parent 443229f5
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@ RUN bash xrtdeps.sh
RUN rm xrtdeps.sh
# cloning dependency repos
# finn-base
RUN git clone https://github.com/maltanar/finn-base.git /workspace/finn-base
# Brevitas
RUN git clone https://github.com/Xilinx/brevitas.git /workspace/brevitas
# CNPY
......
......@@ -71,6 +71,8 @@ RUN chown -R $UNAME:$GNAME /home/$UNAME
USER $UNAME
# cloning dependency repos (as user)
# finn-base
RUN git clone https://github.com/maltanar/finn-base.git /workspace/finn-base
# Brevitas
RUN git clone https://github.com/Xilinx/brevitas.git /workspace/brevitas
# CNPY
......
......@@ -12,7 +12,7 @@ gecho () {
# checkout the correct dependency repo commits
# the repos themselves are cloned in the Dockerfile
FINN_BASE_COMMIT=b932297c769a90e01372ba3da931db0ee3e443fe
FINN_BASE_COMMIT=eebb2e4053a46ae314c13ee91657c3b82cd93b24
BREVITAS_COMMIT=6ffefa8dbf37fdb0f44c994f34604c29fadb16b0
CNPY_COMMIT=4e8810b1a8637695171ed346ce68f6984e585ef4
HLSLIB_COMMIT=cfafe11a93b79ab1af7529d68f08886913a6466e
......@@ -22,7 +22,7 @@ OMX_COMMIT=1bae737669901e762f581af73348332b5c4b2ada
gecho "Setting up known-good commit versions for FINN dependencies"
# finn-base
gecho "finn-base @ $FINN_BASE_COMMIT"
git clone https://github.com/maltanar/finn-base.git /workspace/finn-base
git -C /workspace/finn-base pull --quiet
git -C /workspace/finn-base checkout $FINN_BASE_COMMIT --quiet
pip install --user -e /workspace/finn-base
# Brevitas
......
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