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

[Docker] fix pythonpath for finn

parent 454d514f
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,4 @@ RUN rm requirements.txt
# Note that we expect the cloned finn directory on the host to be
# mounted on /workspace/finn -- see run-docker.sh for an example
# of how to do this.
ENV PYTHONPATH "${PYTHONPATH}:/workspace/finn:/workspace/brevitas_cnv_lfc/training_scripts"
ENV PYTHONPATH "${PYTHONPATH}:/workspace/finn/src:/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