Unable to launch FINN docker container #932
Answered
by
auphelia
Madhurima8
asked this question in
Q&A
-
I am facing an issue while installing FINN with docker. when I ran this command to verify the installation – ./run-docker.sh quicktest, I got the below error - Is there a way to resolve this? |
Beta Was this translation helpful? Give feedback.
Answered by
auphelia
Apr 3, 2024
Replies: 2 comments 1 reply
-
Hi, does this error also occur if you use the FINN dev branch? I see some warnings related to name resolution. Maybe you have an internet or DNS issue that prevents installation of the dependencies? |
Beta Was this translation helpful? Give feedback.
0 replies
-
how to clone FINN dev branch ?? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example:
git clone https://github.com/Xilinx/finn.git
git checkout dev
bash run-docker.sh
to build the Docker environment.