-
The current docker images build only for amd64 and thus cannot be run on Rasperry Pi or other machines.
You can use docker buildx to build multi-architecture as outlined in this howto:
https://b…
-
Hi,
I am getting the following error:
```
darknet: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory
```
My Dockerfile looks like:
```…
-
I am trying to run darknet via the python binding inside a docker conainer.
It is running properly when I compile with `GPU=0`.
As base image, I used `nvidia/cuda:10.2-base` and copied the precompil…
-
Is there a kind soul that has used this to get video acceleration on a docker image? I'm currently working on trying to get hardware acceleration for Obico's 3D printing machine learning model. Ive go…
-
I try to install with GPU + OpenCV + CUDNN + OpenMP (Darknet is built with GPU + OpenCV + CUDNN + OpenMP as well)
install script (it is running in a docker container as root so no need for sudo):
`…
aic25 updated
6 years ago
-
HEY!
While I''m trying to compile your code with catkim_make, I'm taking this error :
Scanning dependencies of target single_image_test
[ 9%] Linking CXX executable /home/nvidia/ip_ws/devel/lib…
-
**Describe the bug**
Darknet sites for Cuba, Suncrypt and Everest always return as "This is the first scrape for x, no victim notifications will be sent." I feel like scraping for these specific site…
-
Trying to figure out where my recordings are stored.
#### docker-compose.yml
```blud@andromeda:~/docker/viseron$ cat docker-compose.yml
version: "2.4"
services:
viseron:
image: roflco…
-
When building a docker image of yolov4, I receive broken frames / artefacts when processing RTSP streams as shown in attached pic.
Has anyone encountered this issue?
The non-docker implementation is…
-
I wonder how your build is triggered on push in the external repo?