run-docker.sh gets error if home folder is used #673
-
If I install fin in home directory, run-docker.sh gives error but if I install in Opt folder it works fine with sudo command. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi Mustafa, Can you run docker without being root ? FINN needs docker to be launched without being root. |
Beta Was this translation helpful? Give feedback.
-
Also you tried the suggested solution |
Beta Was this translation helpful? Give feedback.
-
Some dependencies (qonnx, brevitas and pyverilator) fail when run-docker.sh is run, while finn and finn_experimental work fine The docker_exec output is as follows `docker run -v /tools/Xilinx:/tools/Xilinx xilinx/finn:v0.8.1-4-gabc50007-dirty.xrt_202210.2.13.466_18.04-amd64-xrt bash |
Beta Was this translation helpful? Give feedback.
-
The problem was due to the deps folder. I deleted the folder, ran run-docker.sh and it worked without errors with the newly created folder. |
Beta Was this translation helpful? Give feedback.
The problem was due to the deps folder. I deleted the folder, ran run-docker.sh and it worked without errors with the newly created folder.