Fix build error with compose & run error on Nvidia GPUs

This commit is contained in:
gilex-dev 2026-04-25 11:51:10 +02:00
parent 187fbd3d7a
commit db36dd8478
Signed by: gilex-dev
GPG Key ID: 2D0B00263B5D1323
2 changed files with 3 additions and 1 deletions

View File

@ -5,4 +5,4 @@ services:
build:
context: .
volumes:
- ./target:/usr/local/app/onetagger/target/release/onetagger
- ./target:/usr/local/app/onetagger/target/

2
run.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
__NV_DISABLE_EXPLICIT_SYNC=1 ./target/release/onetagger