Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install GPU support for agent #970

Open
khalitovsv opened this issue Feb 20, 2023 · 0 comments
Open

Can't install GPU support for agent #970

khalitovsv opened this issue Feb 20, 2023 · 0 comments

Comments

@khalitovsv
Copy link


Executing task: install_nvidia

Detected Operating System: Ubuntu Jammy 22.04
Rekor Scout Installer will execute the following commands to install the software


curl -L https://deb.openalpr.com/openalpr.gpg.key |  apt-key add -
echo 'deb https://deb.openalpr.com/jammy/ jammy main' |  tee /etc/apt/sources.list.d/openalpr.list
 apt-get update;  apt-get -y install openalpr openalprgpu
 sed -i -n -e '/^hardware_acceleration/!p' -e '$ahardware_acceleration = 1' /etc/openalpr/alprd.conf
 rm /etc/apt/sources.list.d/openalpr.list

Continue? [y/n]: y
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

100 1706 100 1706 0 0 2572 0 --:--:-- --:--:-- --:--:-- 2569
OK
deb https://deb.openalpr.com/jammy/ jammy main
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Hit:4 https://deb.openalpr.com/jammy jammy InRelease
Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
Fetched 336 kB in 1s (310 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package openalprgpu
Installation failed.

root@alpr / #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant