You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure to check off these prerequisites before submitting a bug report.
Test that the bug appears on the current version of the dev-branch. Make sure to include the commit hash of the commit you checked out.
Check that the issue hasn't already been reported, by checking the currently open issues.
If there are steps to reproduce the problem, make sure to write them down below.
If relevant, please include the ONNX files, which were created directly before and/or after the bug.
Quick summary
I am currently trying the dev branch of Finn on WSL, with vivado 2024.1 but when I tried running run-docker.sh I got this error :
4.803 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-mesa-dev amd64 23.2.1-1ubuntu3.1~22.04.2 [6842 B]
4.836 Err:61 http://security.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122
4.836 404 Not Found [IP: 185.125.190.83 80]
4.841 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-headers-generic_5.15.0.122.122_amd64.deb 404 Not Found [IP: 185.125.190.83 80]
4.841 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
4.841 Fetched 98.6 MB in 4s (26.7 MB/s)
------
1 warning found (use docker --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 139)
Dockerfile.finn:88
--------------------
87 |
88 | >>> RUN if [ -z"$SKIP_XRT" ];then \
89 | >>> apt install -y /tmp/$XRT_DEB_VERSION.deb && \
90 | >>> rm /tmp/$XRT_DEB_VERSION.deb;fi
91 |
--------------------
ERROR: failed to solve: process "/bin/sh -c if [ -z \"$SKIP_XRT\" ];then apt install -y /tmp/$XRT_DEB_VERSION.deb && rm /tmp/$XRT_DEB_VERSION.deb; fi" did not complete successfully: exit code: 100
Unable to find image 'xilinx/finn:v0.10.1-86-ga054165e.xrt_202220.2.14.354_22.04-amd64-xrt' locally
docker: Error response from daemon: pull access denied for xilinx/finn, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Steps to Reproduce
Launch an Ubuntu WSL
Clone the FINN repository
Checkout the dev branch, with commit hash: 50045ff
Start windows docker desktop
Run export FINN_XILINX_VERSION=2024.1
Run export FINN_XILINX_PATH=/mnt/c/Tools/Xilinx_linux
Start the docker container with the command: ./run-docker.sh
Additional context
I don't have this problem on the main branch.
The text was updated successfully, but these errors were encountered:
can you try again on the latest dev branch after setting the environment variable FINN_DOCKER_NO_CACHE=1? Sometimes a fresh rebuild of the container is required. Afterwards you can remove the variable again to save time during future container launches.
Prerequisites
Please make sure to check off these prerequisites before submitting a bug report.
Quick summary
I am currently trying the dev branch of Finn on WSL, with vivado 2024.1 but when I tried running
run-docker.sh
I got this error :Steps to Reproduce
export FINN_XILINX_VERSION=2024.1
export FINN_XILINX_PATH=/mnt/c/Tools/Xilinx_linux
./run-docker.sh
Additional context
I don't have this problem on the
main
branch.The text was updated successfully, but these errors were encountered: