-
Dear Experts, I hope this question finds you well. I followed the following steps before facing a problem: The steps are:
After these steps, which all the "Quicktest" was passed, I ran bash ./run-docker.sh notebook and faced the following error as depicted by the snapshot. The problem I am facing is thatThe jupyter notebook link is not provided by docker As seen, the error says "board files folder mismatch, removing and downloading. Thank you very much for your assistance, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi @Fe-r-oz , It looks like your docker installation was not successful. The error is thrown in line 181 which is the docker build command and line 246 which is the end of the file. |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Hi, I had a similar problem that I solve by cloning the dev branch using: "git clone --branch dev https://github.com/Xilinx/finn.git". Using this solution, I could run the first two Jupyter Notebooks from /notebooks/end2end_example/cybersecurity (1-train-mlp-with-brevitas.ipynb and 2-import-into-finn-and-verify.ipynb) without problems (except with netron, but it's not my point). However, I could not execute correctly the last notebook (3-build-accelerator-with-finn.ipynb) and particularly the following line: build.build_dataflow_cfg(model_file, cfg_estimates). I wonder if it is because my Vivado version's is 2019.2 and as @fpjentzsch already mentioned, the latest version of FINN could pose some problems with Vivado versions anterior to 2022.2. However, I couldn't find a way to launch the Docker of FINN with anterior versions (I tried v0.6, v0.7, v0.8, v0.8.1 and v0.9). All these versions seems to have problems with the library attrs, as mentioned previously. Thus, my question is the following: "What version should I prefer to use with Vivado 2019.2 ? And, there is a way to solve the problem due to attrs library ?" Thanks in advance for your reply. PS: I do not provide errors report, because as I tried with several FINN version, I have different errors (globally all linked with the attrs library). Thus, I prefer to ask before what version of FINN I have to use with Vivado 2019.2, before sending the errors report corresponding to this version. |
Beta Was this translation helpful? Give feedback.
Hi @Fe-r-oz ,
It looks like your docker installation was not successful. The error is thrown in line 181 which is the docker build command and line 246 which is the end of the file.
The container doesn't give you a jupyter notebook link, because the script doesn't come to that point.