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

[Docker] use correct brevitas branch, fix envvars

parent 534d1f0b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ARG PYTHON_VERSION=3.6 ...@@ -4,7 +4,7 @@ ARG PYTHON_VERSION=3.6
WORKDIR /workspace WORKDIR /workspace
RUN git clone https://github.com/maltanar/brevitas_cnv_lfc.git RUN git clone https://github.com/maltanar/brevitas_cnv_lfc.git
RUN git clone https://github.com/Xilinx/brevitas RUN git clone --branch feature/finn_onnx_export https://github.com/Xilinx/brevitas
RUN cd brevitas; pip install . RUN cd brevitas; pip install .
COPY requirements.txt . COPY requirements.txt .
...@@ -15,4 +15,4 @@ RUN rm requirements.txt ...@@ -15,4 +15,4 @@ RUN rm requirements.txt
# Note that we expect the cloned finn directory on the host to be # Note that we expect the cloned finn directory on the host to be
# mounted on /workspace/finn -- see run-docker.sh for an example # mounted on /workspace/finn -- see run-docker.sh for an example
# of how to do this. # of how to do this.
ENV PYTHONPATH "${PYTHONPATH}:/workspace/finn" ENV PYTHONPATH "${PYTHONPATH}:/workspace/finn:/workspace/brevitas_cnv_lfc/training_scripts"
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