How can I specify using the second NVIDIA graphics card when the first one is already fully utilized?
docker run -ti --rm -v /data/docker/yfq/odm-test/datasets:/datasets --gpus 1 opendronemap/odm:gpu --project-path /datasets project --feature-type sift
use gpu failed.
...
/code/SuperBuild/build/pypopsift/_deps/popsift-src/src/popsift/sift_octave.cu:287
Could not allocate Intermediate layered array: out of memory
[WARNING] GPU SIFT extraction failed, maybe the graphics card is not supported? Attempting fallback to CPU
...

How can I specify using the second NVIDIA graphics card when the first one is already fully utilized?
use gpu failed.