Unable to run a container from maltanar/finn:dev_latest
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 308
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 14
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Docker command docker run --name au_finn -it maltanar/finn:dev_latest bash and inspect the reported /deps/qonnx, /deps/finn-experimental, /deps/brevitas, and /deps/pyverilator paths. Check how the image expects the FINN source path to be provided; done means the prebuilt container starts without these editable-requirement errors and can find the FINN source.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100