Create README.md

pull/179/head
mhupfauer 2022-02-17 23:11:43 +01:00 zatwierdzone przez GitHub
rodzic 788a7e9715
commit 8d85b8cbdd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 12 dodań i 0 usunięć

12
contrib/README.md 100644
Wyświetl plik

@ -0,0 +1,12 @@
# Run NodeODM thorugh docker-compose
To easily manage NodeODM with docker-compose take a look at these sample `docker-compose.yml` files
## Quickstart
Edit the `config-default.json` to match your required settings. Make sure you change the value for `token` to secure
your NodeODM instance if you plan on hosting the server publicly
## GPU acceleration
To utilize the GPU acceleration of NVIDA graphics cards run: `docker-compose -f docker-compose.gpu.yml up -d`
## CPU only operation
If there is no GPU acceleration available you can run NodeODM on CPU only with: `docker-compose -f docker-compose.cpu.yml up -d`