finn icon indicating copy to clipboard operation
finn copied to clipboard

Unable to run a container from maltanar/finn:dev_latest

Open aneesullah opened this issue 3 years ago • 3 comments

Hi,

The following command to start a container from prebuilt images

docker run --name au_finn -it maltanar/finn:dev_latest bash

Gives the following errors :

ERROR: /deps/qonnx is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+). ERROR: /deps/finn-experimental is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+). ERROR: /deps/brevitas is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+). ERROR: /deps/pyverilator is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+). ERROR: Unable to find FINN source code in ERROR: Ensure you have passed -v : to the docker run command

Regards, Anees

aneesullah avatar Oct 30 '22 15:10 aneesullah

Hi @aneesullah, to use the prebuilt image please follow these steps: https://finn.readthedocs.io/en/latest/getting_started.html#using-a-prebuilt-image If you have set the env vars, you can simply use the ./run-docker.sh and it will use the prebuilt image.

But please be aware that we most likely deprecate the prebuilt Docker image support soon: https://github.com/Xilinx/finn/discussions/764

auphelia avatar Feb 14 '23 11:02 auphelia

Hello,

I encountered the same problem and I follow your reply. I have set the env variables and run "./run-docker.sh quicktest" and it is still giving the same error.

Screenshots are below.

What is that I missed? I can not figure it out.

Thank you,

image image image

Ba1tu3han avatar Feb 26 '23 14:02 Ba1tu3han

go to the parent directory of finn and change permissions

sudo chmod -R 777 finn/

shahzaib3120 avatar Aug 09 '23 12:08 shahzaib3120